]> git.sesse.net Git - vlc/commit
lua: fix build soundcloud.lua
authorAdrian Yanes <devel@ayanes.com>
Wed, 18 Apr 2012 19:45:01 +0000 (21:45 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 18 Apr 2012 19:45:01 +0000 (21:45 +0200)
commit952370a42cfa481e3e5b0896c45a42bdd68e7f1b
treeaf2744cbdf266a4ad9de80676457b14319fec100
parent93e26234b2cc5c2ef33978b96007034cf17c1808
lua: fix build soundcloud.lua

Details: From Lua 5.2: Change to '\z' escape.
Reject undefined escape sequences. The
proper way to match the dot in Lua is %.

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
share/lua/playlist/soundcloud.lua