summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2003-10-26 06:40:37 +0000
committerBruce Evans <bde@FreeBSD.org>2003-10-26 06:40:37 +0000
commit4fd41a120c7b17fb0807a490d1d29aa6044e1f23 (patch)
treead81ffd9d595b92468f92f3b16977beeabaeb460 /gnu
parent7d38a5efdc7ad5e32d15a58c4b6a3e6e968b3125 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index f34851a2345a..18005dfc036d 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -539,7 +539,7 @@ is_section (name, path)
x = 0;
vs = glob_filename (temp);
- if ((intptr_t)vs == -1)
+ if (vs == (char **) -1)
{
free (temp);
return NULL;