Hi Tony,

I found a small error in your code from the patch. The function
concatenateNwithSep() returns either the length of the string, or -1
for error. But the POP() macro can also return an error (STAT_ERROR ==
4) if the stack underflows. On the caller site you check only for <0,
but this catches not the underflow error.

Regards
Bert
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to