empty string in directory list now means current directory

This commit is contained in:
ceriel
1989-02-16 11:18:44 +00:00
parent 31ecc93082
commit f860afc981
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ getwdir(fn)
*p = '/';
return fn;
}
else return ".";
else return "";
}
int NoUnstack;