PCredz
PCredz copied to clipboard
Fix 'parsed in: N minutes/seconds' message.
In very rare cases when the Seconds variable(lines 795 and 811) is exactly equal to 60 seconds, no 'parsed in: N seconds/minutes' message will be shown. You can verify this by hardcoding 60 seconds to this variable.
This commit fix this.