-
You are right of course. Shame on me!
I was evaluating logging libraries and it seems I got confused and mistook you for your evil twin brother :-)
2008-09-01 22:50:44 UTC in Logging Framework for C++
-
ok, not "obviously always" (== 0).
But whenever the preceeding subtraction is negative, it leads to an IndexError.
2007-02-20 23:32:36 UTC in Logging Framework for C++
-
Hi,
when building log4cpp-0.3.5rc3 "make check" did not succeed on my Linux/Debian box (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)).
I found a bug in PatternLayout.cpp where an (unsigned) size_t variable is checked "> 0". This is obviously always true and an IndexError is raised occasionally.
BTW: My g++ complained about an "extra ';'".
bye, matthias.
2007-02-16 04:53:58 UTC in Logging Framework for C++