Mercurial > mplayer.hg
changeset 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 | 491ee2e8339d |
children | bc2cf8eb55b3 |
files | m_config.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;