Comment 6 for bug 333902

Revision history for this message
Olivier Le Thanh Duong (olethanh) wrote : Re: Please upgrade webboard to version 0.2.2

Hello,

thanks for all your works Siegfried.
Could you consider packaging release 0.2.2.1 instead?
it's essentially a one-line patch which fix bug #334831

--- webboardlib/wbhistory.py 2006-07-22 17:59:01 +0000
+++ webboardlib/wbhistory.py 2009-02-26 11:26:17 +0000
@@ -76,7 +76,7 @@
                                        days) % days
             elif hours > 0:
                 ret = gettext.ngettext("%s hour ago", "%s hours ago", \
- hours) & hours
+ hours) % hours

https://launchpad.net/webboard/+announcement/2116