# HG changeset patch # User reimar # Date 1163958091 0 # Node ID 7d5035aafcc6ff9fb8bea1c1a4522d5cc524c324 # Parent 491ee2e8339d9d55c193dedec0d2a881df8338eb Fix obvious typo, although the exact effect is still unclear to me, see also bug #593. Patch by jose nazario [jose monkey org]. diff -r 491ee2e8339d -r 7d5035aafcc6 m_config.c --- a/m_config.c Sun Nov 19 17:36:32 2006 +0000 +++ b/m_config.c Sun Nov 19 17:41:31 2006 +0000 @@ -124,7 +124,7 @@ continue; if(co->opt->flags & (M_OPT_GLOBAL|M_OPT_NOSAVE)) continue; - if((co->opt->flags & M_OPT_OLD) && !(co->flags && M_CFG_OPT_SET)) + if((co->opt->flags & M_OPT_OLD) && !(co->flags & M_CFG_OPT_SET)) continue; if(co->flags & M_CFG_OPT_ALIAS) continue;