Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
f58022e2
Commit
f58022e2
authored
Nov 29, 2012
by
Alois Schloegl
Browse files
[FIX] added compatibility with newer BioSig versions.
parent
d5d23261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/modules/data/io/WReaderBiosig.cpp
src/modules/data/io/WReaderBiosig.cpp
+4
-0
No files found.
src/modules/data/io/WReaderBiosig.cpp
View file @
f58022e2
...
...
@@ -76,7 +76,11 @@ boost::shared_ptr< WDataSet > WReaderBiosig::load()
hd
=
sopen
(
m_fname
.
c_str
(),
"r"
,
0
);
#if (BIOSIG_VERSION >= 10400)
switch
(
serror2
(
hd
)
)
#else
switch
(
B4C_ERRNUM
)
#endif
{
case
B4C_NO_ERROR
:
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment