The following commit has been merged in the master branch:
commit a9081032b29a9390f83d3838f6a3bf37d9424a21
Author: Andrei Zavada <[email protected]>
Date:   Sun Apr 21 00:19:01 2013 +0300

    unbreak CEDFFile::_parse_header wrt "EDF Annotations" channel

diff --git a/src/libsigfile/edf.cc b/src/libsigfile/edf.cc
index cfa3ee7..60f4ef7 100644
--- a/src/libsigfile/edf.cc
+++ b/src/libsigfile/edf.cc
@@ -731,12 +731,9 @@ _parse_header()
                                }
                        }
 
-                       for ( auto &H : channels ) {
-                               if ( H.label == SSignal::edf_annotations_label )
-                                       continue;
+                       for ( auto &H : channels )
                                H.filtering_info.assign(
                                        trim( string (_get_next_field( 
H.header.filtering_info, 80), 80)));
-                       }
 
                        for ( auto &H : channels ) {
                                char *tail;

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to