On 11/29/2010 06:08 PM, [email protected] wrote:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339 - strcpy(s,&s[i]); + for (off = i; '\0' != s[i]; i++); { + s[i - off] = s[i]; + } + s[i - off] = s[i];
memmove ;) It would mean HPUX has a crappy strcpy. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
