changeset 68:5e432835d7e1

binreader now can step through corrupted binary
author gyorgyf
date Fri, 24 Feb 2012 11:23:06 +0000
parents 8c65fff56cab
children 0ef80ae6493c
files runner/BinaryFeatureWriter.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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) {