K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-05-03T19:45:41.000000Z K 7 svn:log V 376 Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. if s1 was 0 length, and replstr was 0 length, etc., we would end up subtracting one from zero and seeing if it was greater than the size_t (unsigned) var maxsize... This would cause us to return a string consisting of essentially only match, which is not the right behaviour if we have 0 length inpline. END