firebird
firebird copied to clipboard
Checking division by zero
Skipping whole print is not a good idea. I would suggest to use
if (seconds == 0)
seconds = 1;
in the beginning of this routine instead.