[MPlayer-cvslog] r21070 - trunk/m_config.c
reimar
subversion at mplayerhq.hu
Sun Nov 19 18:41:31 CET 2006
Author: reimar
Date: Sun Nov 19 18:41:31 2006
New Revision: 21070
Modified:
trunk/m_config.c
Log:
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.
Patch by jose nazario [jose <at> monkey org].
Modified: trunk/m_config.c
==============================================================================
--- trunk/m_config.c (original)
+++ trunk/m_config.c Sun Nov 19 18:41:31 2006
@@ -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;
More information about the MPlayer-cvslog
mailing list