Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.

Patch by jose nazario [jose <at> monkey org].


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21070 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-11-19 17:41:31 +00:00
parent 60e7e1932e
commit b05b201a49
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ m_config_push(m_config_t* config) {
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;