From 39d2afa75670304593ea6f2f9538a92787006039 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 12 Apr 1995 02:50:23 +0000 Subject: [PATCH] Fix typo in previous change. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 1ba1a9e192c..28da19785ac 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -818,7 +818,7 @@ See also the function `substitute-in-file-name'.") if (!IS_DIRECTORY_SEP (*nm)) { defdir = alloca (MAXPATHLEN + 1); - relpath = getdefdir (tolower (drive) - 'a' + 1), defdir); + relpath = getdefdir (tolower (drive) - 'a' + 1, defdir); } } } -- 2.39.5