empty string in directory list now means current directory
This commit is contained in:
parent
00ac6f88a7
commit
1e19db9d3a
|
@ -52,7 +52,7 @@ getwdir(fn)
|
|||
*p = '/';
|
||||
return fn;
|
||||
}
|
||||
return ".";
|
||||
return "";
|
||||
}
|
||||
|
||||
STATIC
|
||||
|
|
Loading…
Reference in a new issue