thanks for the report
I ended up putting in this fix
if (!*p)
+ {
+ if (sub && n > 0)
+ sub[0] = sub[1] = 0;
return *b == 0;
+ }it will be in the 2008-02-02 release should be posted tomorrow _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
