diff src/fileio.c @ 23617:690f81d9c3a2

(Fsubstitute_in_file_name) [DOS_NT]: Fix typo.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 03 Nov 1998 02:26:21 +0000
parents b1255c3676c7
children 0d713a8426b6
line wrap: on
line diff
--- a/src/fileio.c	Mon Nov 02 19:53:05 1998 +0000
+++ b/src/fileio.c	Tue Nov 03 02:26:21 1998 +0000
@@ -2111,7 +2111,7 @@
       xnm = p;
 #ifdef DOS_NT
     else if (IS_DRIVE (p[0]) && p[1] == ':'
-	     && p > nm && IS_DIRECTORY_SEP (p[-1]))
+	     && p > xnm && IS_DIRECTORY_SEP (p[-1]))
       xnm = p;
 #endif