[Zope] Splitter woes

Oleg Broytmann Oleg Broytmann <phd@mail2.phd.pp.ru>
Mon, 5 Mar 2001 21:01:14 +0300 (MSK)


On Mon, 5 Mar 2001, Chris McDonough wrote:
> I plan to integrate this patch in to the next release...

   A person who helped me to create and debug the patch (my provider's
programmer) pointed that Query.c also has one call to tolower without cast.
   I looked into it and found call tolower(k), where k is really int. I am
not sure whether it should be casted to unsigned. Probably it should.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.