From d643ca62717ed5636dcebfe9ba14e770891c8379 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 28 Mar 2005 13:30:51 +0000 Subject: (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) --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console_cmds.c') diff --git a/console_cmds.c b/console_cmds.c index e8ddcb051..809808c3a 100644 --- a/console_cmds.c +++ b/console_cmds.c @@ -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; } -- cgit v1.2.3-54-g00ecf