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!

Can anybody out there explain to me what this function (and the others in
path.c) are *supposed* to be doing so that I can make them do what they're
supposed to do?

Jon


_______________________________________________
Nmh-workers mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to