its a good idea to initialize pointers before using them.

(why this worked for _anyone_ is beyond me...)


SVN revision: 19165
This commit is contained in:
rephorm 2005-12-20 02:05:01 +00:00 committed by rephorm
parent 3599d73e80
commit 55a999b5c7
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ _module_enable(void *data, void *data2)/* this enables and disables :) */
cfd = data;
m = cfd->data;
cfdata = cfd->cfdata;
if(m->enabled)
{