Comment 2 for bug 32818

Revision history for this message
Tormod Volden (tormodvolden) wrote :

A simple fix would be to just not print this message if "seconds" equal zero, something like: if (seconds>0) printf ("%i seconds remaining", seconds) else printf("Progressing :)";

That would make things look less broken. This is still an issue in the Flight 5 installation, also on a faster machine.