[vlc-devel] commit: Syntax error: missing closing bracket (Dominique Leuenberger )
git version control
git at videolan.org
Sat Sep 27 09:56:13 CEST 2008
vlc | branch: 0.9-bugfix | Dominique Leuenberger <dominique at leuenberger.net> | Sat Sep 27 02:15:58 2008 +0200| [73408b1e28125e4649f075219cd6489de20de1a9] | committer: Rémi Denis-Courmont
Syntax error: missing closing bracket
(cherry picked from commit 536816e4ed2c588f8da6b214e8886d59d69716d3)
Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73408b1e28125e4649f075219cd6489de20de1a9
---
share/lua/playlist/break.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/break.lua b/share/lua/playlist/break.lua
index 7ef9fbf..ad3367f 100644
--- a/share/lua/playlist/break.lua
+++ b/share/lua/playlist/break.lua
@@ -22,7 +22,7 @@
function probe()
return vlc.access == "http"
and ( string.match( vlc.path, "^break.com" )
- or string.match( vlc.path, "^www.break.com" )
+ or string.match( vlc.path, "^www.break.com" ) )
end
-- Parse function.
More information about the vlc-devel
mailing list