]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
fix some format string errors, and return value of read() ignored warnings
[xonotic/darkplaces.git] / sv_user.c
index 78ff1f9fdb5af10e3f28fd112407302fcf6431e7..882418c6706c8c676ce0bbdcf72c49bb32b99092 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -860,7 +860,7 @@ clc_stringcmd_invalid:
                                                Mem_Free(temp);
                                                // calculated crc, send the file info to the client
                                                // (so that it can verify the data)
-                                               Host_ClientCommands(va("\ncl_downloadfinished %i %i %s\n", size, crc, host_client->download_name));
+                                               Host_ClientCommands("\ncl_downloadfinished %i %i %s\n", size, crc, host_client->download_name);
                                                Con_DPrintf("Download of %s by %s has finished\n", host_client->download_name, host_client->name);
                                                FS_Close(host_client->download_file);
                                                host_client->download_file = NULL;