Commit 30dd89c3 authored by Rémi Duraffort's avatar Rémi Duraffort

lua: remove dummy storage.

parent a511a54f
......@@ -48,7 +48,7 @@
*****************************************************************************/
int vlclua_pushvalue( lua_State *L, int i_type, vlc_value_t val )
{
switch( i_type &= VLC_VAR_CLASS )
switch( i_type & VLC_VAR_CLASS )
{
case VLC_VAR_VOID:
vlclua_error( L );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment