--- Manager.cpp	2011-01-07 02:08:14.000000000 +0100
+++ Manager.cpp.mod	2011-01-08 23:35:26.000000000 +0100
@@ -673,7 +673,7 @@
 
 	// Save individual CPU results.
 	for (int cpu = 0; cpu < processors; cpu++) {
-		(*file) << "PROCESSOR" << "," << "CPU " << cpu << ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,";
+		(*file) << "PROCESSOR" << "," << "CPU " << cpu << ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,";
 
 		for (stat = 0; stat < CPU_UTILIZATION_RESULTS; stat++)
 			(*file) << "," << results[WHOLE_TEST_PERF].individual_CPU_utilization[cpu][stat];
