diff options
Diffstat (limited to 'console_cmds.c')
-rw-r--r-- | console_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |