]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a compile error
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Jan 2010 23:29:51 +0000 (23:29 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Jan 2010 23:29:51 +0000 (23:29 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9907 d7cf8633-e32d-0410-b094-e92efae38249

csprogs.h

index e4a3e897642b67d7d5f5328aa7a837ca2311905b..c4db62bbeda676660364d9434462bcf598b47a90 100644 (file)
--- a/csprogs.h
+++ b/csprogs.h
@@ -57,7 +57,7 @@ extern cvar_t csqc_progsize;
 
 void CL_VM_PreventInformationLeaks(void);
 
 
 void CL_VM_PreventInformationLeaks(void);
 
-qboolean MakeDownloadPacket(const char *filename, unsigned char *data, unsigned long len, int crc, int cnt, sizebuf_t *buf, int protocol);
+qboolean MakeDownloadPacket(const char *filename, unsigned char *data, size_t len, int crc, int cnt, sizebuf_t *buf, int protocol);
 
 qboolean CL_VM_GetEntitySoundOrigin(int entnum, vec3_t out);
 
 
 qboolean CL_VM_GetEntitySoundOrigin(int entnum, vec3_t out);