* Initialise botlib libvarlist to NULL as having it uninitialised may

potentially cause problems
This commit is contained in:
Tim Angus 2007-11-26 21:11:02 +00:00
parent eaeed742c5
commit b61ccb0b9b

View file

@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "l_libvar.h"
//list with library variables
libvar_t *libvarlist;
libvar_t *libvarlist = NULL;
//===========================================================================
//