]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.c
Fix some mingw warnings
[xonotic/darkplaces.git] / clvm_cmds.c
index 3710852f4a05e85a1e9a88711018efbc8e6f6517..a08bb6ba8a9b95e5a8ec818aac8b889c62eafd60 100644 (file)
@@ -2393,6 +2393,7 @@ static void VM_CL_getplayerkey (prvm_prog_t *prog)
                return;
 
        t[0] = 0;
+       t_len = 0;
 
        if(!strcasecmp(c, "name"))
                t_len = dp_strlcpy(t, cl.scores[i].name, sizeof(t));