HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 38  →  ?path2? @ 39
/trunk/HuntnGather/Gather/Gather.c
@@ -732,7 +732,7 @@
#else
if((tp[i] = fopen(tmpNames->array[i], "r")) == NULL) {
#endif
fprintf(stderr, "Could not open file '%s' for reading.\n", tmpNames->array[i]);
fprintf(stderr, "Could not open file '%s' for reading.\n", (char *)tmpNames->array[i]);
// Close all temporary files.
while(--i > -1) {
#if defined ___AsyncIO___
@@ -861,7 +861,7 @@
return;
}
 
// Rememb er the last minimal line.
// Remember the last minimal line.
sprintf(rem, "%s", min);
 
free(min);
@@ -1076,7 +1076,7 @@
MergeTemporaryFiles(dbFile, tmpNames, stats->lines);
 
// Remove all temporary files.
RemoveFiles(tmpNames, tmpFiles);
RemoveFiles(tmpNames);
 
// Free temporary file names.
free(tmpNames);