cvs commit: src/gnu/usr.bin/man/man man.c
Bruce Evans
bde at FreeBSD.org
Mon Nov 10 20:33:16 PST 2003
bde 2003/10/25 23:40:37 PDT
FreeBSD src repository
Modified files:
gnu/usr.bin/man/man man.c
Log:
Fix previous commit. glob_filename() returns "(char **) -1" for certain
errors, not necessarily a pointer such that (intptr_t)pointer is -1.
Also fix the style bug that the cast was not followed by a space.
This style of this file is now perfectly non-KNF for this cast too.
Revision Changes Path
1.62 +1 -1 src/gnu/usr.bin/man/man/man.c
More information about the cvs-src
mailing list