diff 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
line wrap: on
line diff
--- 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;