Fixed environment variables handling
This commit is contained in:
parent
c684094c38
commit
e6149d0421
@ -213,6 +213,7 @@ void MakePathname(char* pathname, const char* path, const char* name) {
|
|||||||
|
|
||||||
Path tmpname;
|
Path tmpname;
|
||||||
strcpy(tmpname, name);
|
strcpy(tmpname, name);
|
||||||
|
strschg_environ(tmpname);
|
||||||
|
|
||||||
if(strblank(tmpname)) {
|
if(strblank(tmpname)) {
|
||||||
*pathname = NUL;
|
*pathname = NUL;
|
||||||
|
Reference in New Issue
Block a user