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