[vlc-devel] commit: Lua: fix typo in rc.lua ( Jean-Philippe André )

git version control git at videolan.org
Wed Nov 11 21:47:26 CET 2009


vlc | branch: master | Jean-Philippe André <jpeg at endymion.via.ecp.fr> | Wed Nov 11 21:29:43 2009 +0100| [0c0756dd88de0f14013d868ea0f622eef0b5d65b] | committer: Jean-Philippe André 

Lua: fix typo in rc.lua

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

 share/lua/intf/rc.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/lua/intf/rc.lua b/share/lua/intf/rc.lua
index b32b805..ae18bc0 100644
--- a/share/lua/intf/rc.lua
+++ b/share/lua/intf/rc.lua
@@ -26,14 +26,14 @@ description=
  Remote control interface for VLC
 
  This is a modules/control/rc.c look alike (with a bunch of new features)
- 
+
  Use on local term:
     vlc -I luarc
  Use on tcp connection:
     vlc -I luarc --lua-config "rc={host='localhost:4212'}"
  Use on multiple hosts (term + 2 tcp ports):
     vlc -I luarc --lua-config "rc={hosts={'*console','localhost:4212','localhost:5678'}}"
- 
+
  Note:
     -I luarc is an alias for -I lua --lua-intf rc
 
@@ -352,7 +352,7 @@ function titlechap(name,client,value)
     else
         local item = vlc.var.get( input, var )
         -- Todo: add item name conversion
-        client:apped(item)
+        client:append(item)
     end
 end
 function titlechap_offset(client,offset)




More information about the vlc-devel mailing list