]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 02:50:23 +0000 (02:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 02:50:23 +0000 (02:50 +0000)
src/fileio.c

index 1ba1a9e192c8030fc5571a472cd627d130d1bc92..28da19785accc04e533ebbb0ad089d0c36f25aad 100644 (file)
@@ -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);
            }
        }       
   }