Commit f3724ee8 authored by Eric Andersen's avatar Eric Andersen
Browse files

try to make sure results actually make it to disk

parent eada0a45
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -527,5 +527,7 @@ loop:
	}
	fclose(table);

	system("/bin/sync");

	return 0;
}