=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/fileio.c,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- src/usr.bin/mg/fileio.c 2006/06/01 05:34:52 1.74 +++ src/usr.bin/mg/fileio.c 2006/06/01 05:56:51 1.75 @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.74 2006/06/01 05:34:52 jason Exp $ */ +/* $OpenBSD: fileio.c,v 1.75 2006/06/01 05:56:51 kjell Exp $ */ /* This file is in the public domain. */ @@ -248,7 +248,7 @@ path[0] = '\0'; - if (slashslash) { + if (slashslash == TRUE) { cp = fn + strlen(fn) - 1; for (; cp >= fn; cp--) { if (ep && (*cp == '/')) {