Mercurial > emacs
changeset 11392:81c0a8b9ec55
Fix typo in previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 12 Apr 1995 02:50:23 +0000 |
parents | 6c969124b59c |
children | 81653012e0a6 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Apr 12 02:33:01 1995 +0000 +++ b/src/fileio.c Wed Apr 12 02:50:23 1995 +0000 @@ -818,7 +818,7 @@ if (!IS_DIRECTORY_SEP (*nm)) { defdir = alloca (MAXPATHLEN + 1); - relpath = getdefdir (tolower (drive) - 'a' + 1), defdir); + relpath = getdefdir (tolower (drive) - 'a' + 1, defdir); } } }