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
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
==