summaryrefslogtreecommitdiff
path: root/src/client/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cl_parse.c')
-rw-r--r--src/client/cl_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_parse.c b/src/client/cl_parse.c
index 675c6855..d69af295 100644
--- a/src/client/cl_parse.c
+++ b/src/client/cl_parse.c
@@ -628,7 +628,7 @@ void CL_ParseDownload ( msg_t *msg ) {
clc.download = 0;
// rename the file
- FS_SV_Rename ( clc.downloadTempName, clc.downloadName );
+ FS_SV_Rename ( clc.downloadTempName, clc.downloadName, qfalse );
}
// send intentions now