- 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,11 +553,11 @@ timersPrint (const System sys)
{ {
/* only due to bounds */ /* only due to bounds */
eprintf ("[no attack within bounds]"); eprintf ("[no attack within bounds]");
}
}
if (cl_scan->timebound) if (cl_scan->timebound)
eprintf ("\ttime=%i", get_time_limit ()); eprintf ("\ttime=%i", get_time_limit ());
} }
}
}
/* states (if asked) */ /* states (if asked) */
if (switches.engine == ARACHNE_ENGINE) if (switches.engine == ARACHNE_ENGINE)