Jon Steinhart <[EMAIL PROTECTED]> wrote on Jan 28, 2005: >There is code in expath in sbr/path.c that just can't be correct. The second >main if statement in this function includes what is, after some substitutions,
> if ( ... && strcmp(name, ".") && strcmp(name, "..") && ... ) >This can never be true! I don't see the problem. strcmp() returns non-zero (true) if the strings are *different*. It is surely possible for name to be different from "." and to be different from ".." at the same time. -NWR _______________________________________________ Nmh-workers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/nmh-workers
