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;
|
||||
strcpy(tmpname, name);
|
||||
strschg_environ(tmpname);
|
||||
|
||||
if(strblank(tmpname)) {
|
||||
*pathname = NUL;
|
||||
|
Reference in New Issue
Block a user