Properly handle 0 seconds in secondsToString()
authorMichael Marley <michael@michaelmarley.com>
Sat, 2 Jul 2016 14:20:58 +0000 (10:20 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Sep 2016 20:11:40 +0000 (22:11 +0200)
Previously if 0 seconds was passed in, an empty string would be
returned.  Instead, "0 sec" should be returned.

Resolves GH-223.


No differences found