The following commit has been merged in the master branch:
commit 1e0f2be4d0638c90912d5b8dd2c9fa45d0a08508
Author: Andrei Zavada <[email protected]>
Date:   Tue Jul 16 00:48:15 2013 +0300

    CEDFFile: fix a copypasto preventing recording_id parsing

diff --git a/src/libsigfile/edf.cc b/src/libsigfile/edf.cc
index 5428814..488d14a 100644
--- a/src/libsigfile/edf.cc
+++ b/src/libsigfile/edf.cc
@@ -491,7 +491,7 @@ _parse_header()
                }
 
                _patient_id = trim( string (header.patient_id, 80));
-               _recording_id = trim( string (header.patient_id, 80));
+               _recording_id = trim( string (header.recording_id, 80));
 
              // sub-parse patient_id into SSubjectId struct
                if ( unlikely (_patient_id.empty()) )

-- 
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