K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2009-12-16T02:41:17.000000Z K 7 svn:log V 315 - Fix for amd64 A nasty bug strikes on systems, where size_t and unsigned int are different things -- such as most 64-bit systems. Stuffing the (size_t)-1 into unsigned int results in 0xffff, which is different from string::npos (0xffffffff)... Submitted by: Mikhail T. (via e-mail) END