try to make sure results actually make it to disk
This commit is contained in:
parent
eada0a459e
commit
f3724ee831
@ -527,5 +527,7 @@ loop:
|
|||||||
}
|
}
|
||||||
fclose(table);
|
fclose(table);
|
||||||
|
|
||||||
|
system("/bin/sync");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user