Update after merge, function renamed

parent e6bf664c
...@@ -634,10 +634,7 @@ static void die(const char *fmt, ...) ...@@ -634,10 +634,7 @@ static void die(const char *fmt, ...)
/* Dump the result that has been accumulated so far to reject file */ /* Dump the result that has been accumulated so far to reject file */
if (result_file && ds_res.length) if (result_file && ds_res.length)
{ dump_result_to_reject_file(result_file, ds_res.str, ds_res.length);
reject_dump(result_file, ds_res.str, ds_res.length);
}
/* Clean up and exit */ /* Clean up and exit */
free_used_memory(); free_used_memory();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment