From 55a999b5c7b2e94541af210555d821b1d28dcd03 Mon Sep 17 00:00:00 2001 From: rephorm Date: Tue, 20 Dec 2005 02:05:01 +0000 Subject: [PATCH] its a good idea to initialize pointers before using them. (why this worked for _anyone_ is beyond me...) SVN revision: 19165 --- src/bin/e_int_config_modules.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index 9d010f349..f618c5714 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -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) {