r1219 - trunk/code/botlib
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Nov 26 16:11:02 EST 2007
Author: tma
Date: 2007-11-26 16:11:02 -0500 (Mon, 26 Nov 2007)
New Revision: 1219
Modified:
trunk/code/botlib/l_libvar.c
Log:
* Initialise botlib libvarlist to NULL as having it uninitialised may
potentially cause problems
Modified: trunk/code/botlib/l_libvar.c
===================================================================
--- trunk/code/botlib/l_libvar.c 2007-11-26 20:18:53 UTC (rev 1218)
+++ trunk/code/botlib/l_libvar.c 2007-11-26 21:11:02 UTC (rev 1219)
@@ -34,7 +34,7 @@
#include "l_libvar.h"
//list with library variables
-libvar_t *libvarlist;
+libvar_t *libvarlist = NULL;
//===========================================================================
//
More information about the quake3-commits
mailing list