]> git.sesse.net Git - vlc/commit
Don't apply CONFIG_ITEM mask to variable types
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 29 Jun 2011 18:31:38 +0000 (21:31 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 29 Jun 2011 18:31:38 +0000 (21:31 +0300)
commit473c32a87dac340f2cbf836926eab93dcd3e302d
tree10426317d48cd9fa874d15eb42d056b0e21c48f1
parent9ffda48047e72d70e9b31cb7e5bd0aecd120849f
Don't apply CONFIG_ITEM mask to variable types

Variable types and configuration item types are separate. Fortunately
they use the same bits so it worked fine.
src/config/chain.c