]> git.sesse.net Git - vlc/commit
Fix lua telnet vlm_message_to_string
authorDenis Charmet <typx@dinauz.org>
Wed, 11 Aug 2010 07:58:40 +0000 (09:58 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 11 Aug 2010 18:48:26 +0000 (20:48 +0200)
commit1b67e3a69eb1fa93947d0b8f44fdd64e7899ff5f
tree4cc916ed7e5ded47743ddddd04d79312d06173ca
parent2241aa2262c92732958fa19f3866a0258cfafc69
Fix lua telnet vlm_message_to_string

In the current lua vlm implementation, messages can have value xor
children but not both. But the "show media" command gives media a
value : ( %d broadcast - %d vod ) and children (if any). (cf
src/input/vlmshell.c:1502)

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
modules/misc/lua/libs/vlm.c
share/lua/intf/telnet.lua