From 4488d7e15cc117238967ba30a8694b62ec64987a Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 3 Nov 1998 02:26:21 +0000 Subject: [PATCH] (Fsubstitute_in_file_name) [DOS_NT]: Fix typo. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 79b535adc80..4e6b620e324 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2111,7 +2111,7 @@ duplicates what `expand-file-name' does.") 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 -- 2.39.2