The following commit has been merged in the master branch:
commit cfbe37ca28f888c9af9e29725e9f2ad78e686d14
Author: Andrei Zavada <[email protected]>
Date:   Thu Jun 27 12:26:52 2013 +0300

    Revert "correctly set reserved field in CEDFFile ctor"
    
    This reverts commit dbeb5a6f7826937186533ed4306ee31f7fb42cda.

diff --git a/src/libsigfile/edf.cc b/src/libsigfile/edf.cc
index 392794c..657d36d 100644
--- a/src/libsigfile/edf.cc
+++ b/src/libsigfile/edf.cc
@@ -232,7 +232,7 @@ CEDFFile (const string& fname_, const TSubtype subtype_, 
const int flags_,
        set_patient_id( _subject.make_recording_id());
 
        set_recording_id( "Zzz");
-       set_reserved( "edf+c");
+       set_comment( fname_);
        set_start_time( time(NULL));
 
        strncpy( header.header_length,          pad( to_string(header_length),  
  8).c_str(), 8);

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