try to make sure results actually make it to disk

This commit is contained in:
Eric Andersen 2006-04-11 00:06:17 +00:00
parent eada0a459e
commit f3724ee831

View File

@ -527,5 +527,7 @@ loop:
}
fclose(table);
system("/bin/sync");
return 0;
}