comparison m_config.c @ 21054:7d5035aafcc6

Fix obvious typo, although the exact effect is still unclear to me, see also bug #593. Patch by jose nazario [jose <at> monkey org].
author reimar
date Sun, 19 Nov 2006 17:41:31 +0000
parents cc65a585fdcc
children 0a38ad149c5c
comparison
equal deleted inserted replaced
21053:491ee2e8339d 21054:7d5035aafcc6
122 for(co = config->opts ; co ; co = co->next ) { 122 for(co = config->opts ; co ; co = co->next ) {
123 if(co->opt->type->flags & M_OPT_TYPE_HAS_CHILD) 123 if(co->opt->type->flags & M_OPT_TYPE_HAS_CHILD)
124 continue; 124 continue;
125 if(co->opt->flags & (M_OPT_GLOBAL|M_OPT_NOSAVE)) 125 if(co->opt->flags & (M_OPT_GLOBAL|M_OPT_NOSAVE))
126 continue; 126 continue;
127 if((co->opt->flags & M_OPT_OLD) && !(co->flags && M_CFG_OPT_SET)) 127 if((co->opt->flags & M_OPT_OLD) && !(co->flags & M_CFG_OPT_SET))
128 continue; 128 continue;
129 if(co->flags & M_CFG_OPT_ALIAS) 129 if(co->flags & M_CFG_OPT_ALIAS)
130 continue; 130 continue;
131 131
132 // Update the current status 132 // Update the current status