[quake3-commits] r1871 - trunk/code/game
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Feb 8 12:25:45 EST 2011
Author: thilo
Date: 2011-02-08 12:25:45 -0500 (Tue, 08 Feb 2011)
New Revision: 1871
Modified:
trunk/code/game/bg_lib.h
Log:
mage size_t typedef unsigned int instead of just int, thx devhc for suggesting
Modified: trunk/code/game/bg_lib.h
===================================================================
--- trunk/code/game/bg_lib.h 2011-02-07 05:20:31 UTC (rev 1870)
+++ trunk/code/game/bg_lib.h 2011-02-08 17:25:45 UTC (rev 1871)
@@ -37,7 +37,7 @@
#define NULL ((void *)0)
#endif
-typedef int size_t;
+typedef unsigned int size_t;
typedef char * va_list;
#define _INTSIZEOF(n) ( (sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1) )
More information about the quake3-commits
mailing list