git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7455f
)
Oops, forgot this file.
author
Antoine Cellerier
<dionoea@videolan.org>
Sat, 24 Nov 2007 19:00:16 +0000
(19:00 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sat, 24 Nov 2007 19:00:16 +0000
(19:00 +0000)
modules/misc/lua/intf.c
patch
|
blob
|
history
diff --git
a/modules/misc/lua/intf.c
b/modules/misc/lua/intf.c
index
87affad
..
c986dcb
100644
(file)
--- a/
modules/misc/lua/intf.c
+++ b/
modules/misc/lua/intf.c
@@
-941,6
+941,8
@@
static struct
/* { "hotkeys", "hotkeys" }, */
{ "luatelnet", "telnet" },
/* { "telnet", "telnet" }, */
+ { "luahttp", "http" },
+ /* { "http", "http" }, */
{ NULL, NULL } };
static vlc_bool_t WordInList( const char *psz_list, const char *psz_word )