[vlc-devel] commit: Spare 9 relocations ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue May 27 20:09:59 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue May 27 21:11:35 2008 +0300| [80304bcee1ddd980e957695b4e90075850553522]

Spare 9 relocations

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80304bcee1ddd980e957695b4e90075850553522
---

 modules/control/http/macro.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/control/http/macro.c b/modules/control/http/macro.c
index c676d10..7dde365 100644
--- a/modules/control/http/macro.c
+++ b/modules/control/http/macro.c
@@ -535,7 +535,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
                 case MVLC_VLM_NEW:
                 case MVLC_VLM_SETUP:
                 {
-                    static const char *vlm_properties[] =
+                    static const char vlm_properties[][9] =
                     {
                         /* no args */
                         "enabled", "disabled", "loop", "unloop",




More information about the vlc-devel mailing list