Fixed environment variables handling

This commit is contained in:
Alexander S. Aganichev 2003-01-04 10:13:33 +00:00
parent c684094c38
commit e6149d0421

View File

@ -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;