mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
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:
parent
60e7e1932e
commit
b05b201a49
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user