ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 45 forks source link

rdann: fix parsing of aux strings. #142

Closed bemoody closed 6 years ago

bemoody commented 6 years ago

%[] is not supported in current octave. %s doesn't allow for aux strings containing whitespace. Neither works correctly for aux strings that begin with whitespace.

Also change %u to %d. These values are not unsigned.