diff options
Diffstat (limited to 'src/common/cmd.c')
-rw-r--r-- | src/common/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cmd.c b/src/common/cmd.c index 9e1fce4..65cfb43 100644 --- a/src/common/cmd.c +++ b/src/common/cmd.c @@ -1766,7 +1766,7 @@ static void Cmd_Exec_f(void) void Cmd_Config_g(genctx_t *ctx) { - FS_File_g("", "*.cfg", FS_SEARCH_SAVEPATH | FS_SEARCH_BYFILTER | FS_SEARCH_STRIPEXT, ctx); + FS_File_g(NULL, "*.cfg", FS_SEARCH_SAVEPATH | FS_SEARCH_BYFILTER | FS_SEARCH_STRIPEXT, ctx); } static void Cmd_Exec_c(genctx_t *ctx, int argnum) |