Update after merge, function renamed

This commit is contained in:
unknown 2006-03-23 16:21:20 +01:00
parent fe621bb5aa
commit de9b35ece0

View File

@ -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();