Commit 092bb9c1 authored by Antoine Cellerier's avatar Antoine Cellerier

Quit after printing message in dummy lua intf

parent a1036e1e
...@@ -10,3 +10,5 @@ For example: vlc -I lua --lua-intf rc]] ...@@ -10,3 +10,5 @@ For example: vlc -I lua --lua-intf rc]]
for line in string.gmatch(msg,"([^\n]+)\n*") do for line in string.gmatch(msg,"([^\n]+)\n*") do
vlc.msg.err(line) vlc.msg.err(line)
end end
vlc.misc.quit()
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