(svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines. Tron + glx (and me)
This commit is contained in:
@@ -293,7 +293,7 @@ DEF_CONSOLE_CMD(ConPrintWorkingDirectory)
|
||||
FiosGetSavegameList(&_fios_num, SLD_LOAD_GAME);
|
||||
FiosFreeSavegameList();
|
||||
|
||||
FiosGetDescText(&path);
|
||||
FiosGetDescText(&path, NULL);
|
||||
IConsolePrint(_iconsole_color_default, path);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user