Skip to content
Snippets Groups Projects
Commit e6ba3187 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Actually write the END marker

parent 464b2120
No related branches found
No related tags found
1 merge request!491Add restart facility
......@@ -141,7 +141,7 @@ void restart_write(struct engine *e, const char *filename) {
engine_struct_dump(e, stream);
/* Just an END statement to spot truncated files. */
restart_write_blocks(SWIFT_RESTART_SIGNATURE,
restart_write_blocks(SWIFT_RESTART_END_SIGNATURE,
strlen(SWIFT_RESTART_END_SIGNATURE),
1, stream, "endsignature", "SWIFT end signature");
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment