From: Karl Heuer Date: Wed, 12 Apr 1995 02:50:23 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-19.34~4466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39d2afa75670304593ea6f2f9538a92787006039;p=emacs.git Fix typo in previous change. --- 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); } } }