From: Michael Marley Date: Sat, 2 Jul 2016 14:20:58 +0000 (-0400) Subject: Properly handle 0 seconds in secondsToString() X-Git-Tag: 0.12.5~77 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=5dbf544a08ef96a933d61ffa3b7bc711ebdab244;hp=5dbf544a08ef96a933d61ffa3b7bc711ebdab244 Properly handle 0 seconds in secondsToString() Previously if 0 seconds was passed in, an empty string would be returned. Instead, "0 sec" should be returned. Resolves GH-223. (cherry picked from commit 757dc75aada1e4c5077cf46969f6422bffa08ce3) ---