Commit de9b35ec authored by unknown's avatar unknown

Update after merge, function renamed

parent fe621bb5
......@@ -634,10 +634,7 @@ static void die(const char *fmt, ...)
/* Dump the result that has been accumulated so far to reject file */
if (result_file && ds_res.length)
{
reject_dump(result_file, ds_res.str, ds_res.length);
}
dump_result_to_reject_file(result_file, ds_res.str, ds_res.length);
/* Clean up and exit */
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