]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
A few casts and variable type changes to get rid of warnings on Win64. By Willis
[xonotic/darkplaces.git] / prvm_cmds.c
index aadcabc8c18a9846faf0eb9c657d0dfe1d92ad74..db63a14152180c928cb5984559710f52d5ba23f7 100644 (file)
@@ -3562,7 +3562,8 @@ void VM_buf_implode (void)
        qcstrbuffer_t   *b;
        char                    *k;
        const char              *sep;
-       int                             i, l;
+       int                             i;
+       size_t                  l;
        VM_SAFEPARMCOUNT(2, VM_buf_implode);
 
        b = BUFSTR_BUFFER((int)PRVM_G_FLOAT(OFS_PARM0));