Mercurial > hg > m4-sa
diff runner/BinaryFeatureWriter.cpp @ 68:5e432835d7e1
binreader now can step through corrupted binary
author | gyorgyf |
---|---|
date | Fri, 24 Feb 2012 11:23:06 +0000 |
parents | c98f0ece3e80 |
children | 0ef80ae6493c |
line wrap: on
line diff
--- a/runner/BinaryFeatureWriter.cpp Sat Feb 18 21:18:17 2012 +0000 +++ b/runner/BinaryFeatureWriter.cpp Fri Feb 24 11:23:06 2012 +0000 @@ -279,6 +279,8 @@ ofs << " }" << endl; } + // BUG: File corruption after about 34000 runs due to beat spectrum plugin returning less data than advertised !!! + // write the feature data feature_count += featureList.size(); for (size_t i = 0; i < featureList.size(); ++i) {