[vlc-commits] commit: lua: remove dummy storage. (=?UTF-8?Q?R=C3=A9mi=20Duraffort=20?=)

git at videolan.org git at videolan.org
Thu Dec 2 17:43:49 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Dec  2 17:30:22 2010 +0100| [30dd89c3247cda2506393bdffed329ffa3ea425e] | committer: Rémi Duraffort 

lua: remove dummy storage.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30dd89c3247cda2506393bdffed329ffa3ea425e
---

 modules/misc/lua/libs/variables.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/lua/libs/variables.c b/modules/misc/lua/libs/variables.c
index 9f47568..0c98b53 100644
--- a/modules/misc/lua/libs/variables.c
+++ b/modules/misc/lua/libs/variables.c
@@ -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 );



More information about the vlc-commits mailing list