Re: patch - strnative.c grows incorrectly

2001-09-14 Thread Simon Cozens
On Thu, Sep 13, 2001 at 02:59:09PM -0500, Gibbs Tanton - tgibbs wrote: > I think the substr in strnative.c is incorrectly growing the destination > string. Yes, it is. D'oh. > patch for function names...so it needs to be applied after that patch. Applied with some corrections; since your previo

patch - strnative.c grows incorrectly

2001-09-13 Thread Gibbs Tanton - tgibbs
I think the substr in strnative.c is incorrectly growing the destination string. The following is a patch to fix it. It also uses the previous patch for function names...so it needs to be applied after that patch. Index: strnative.c ==