- If the timebound is hit, it should be reported anyway, because the

results are not to be trusted anymore.
This commit is contained in:
ccremers 2006-02-23 16:21:25 +00:00
parent bc61255a78
commit 1d3d154a2f

View File

@ -553,10 +553,10 @@ timersPrint (const System sys)
{
/* only due to bounds */
eprintf ("[no attack within bounds]");
if (cl_scan->timebound)
eprintf ("\ttime=%i", get_time_limit ());
}
}
if (cl_scan->timebound)
eprintf ("\ttime=%i", get_time_limit ());
}
/* states (if asked) */