summaryrefslogtreecommitdiff
path: root/src/strife
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife')
-rw-r--r--src/strife/p_saveg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_saveg.c b/src/strife/p_saveg.c
index 86b7d2b2..47fb7e8c 100644
--- a/src/strife/p_saveg.c
+++ b/src/strife/p_saveg.c
@@ -58,7 +58,7 @@ char *P_TempSaveGameFile(void)
if (filename == NULL)
{
- filename = M_StringJoin(savegamedir, "temp.dsg");
+ filename = M_StringJoin(savegamedir, "temp.dsg", NULL);
}
return filename;