options: fix autoloaded profile handling of flag options
commit9c1bafb93a8621bbf3b76687ec61bd7cf5f16263
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 15 Nov 2010 21:41:59 +0000 (15 23:41 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 15 Nov 2010 21:41:59 +0000 (15 23:41 +0200)
tree1bc7452bacdddb653c8f41ed7ffd08b21fd3e581
parent721803c631c402ee7ed7aafa133c9c80702349e3
options: fix autoloaded profile handling of flag options

When loading automatically enabled profiles (like "[extension.avi]")
flag options were handled as on the command line; for example "fs=no"
was interpreted like "-fs" on command line, ignoring the "no" part.
Fix the parsing to treat them the same as other config file entries.
m_config.c