]> git.sesse.net Git - vlc/commitdiff
rpn.c : vlm_cmd now adds a "vlm_value" variable
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 27 Jan 2006 13:54:47 +0000 (13:54 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 27 Jan 2006 13:54:47 +0000 (13:54 +0000)
 AUTHORS : add the HTTP interface rewrite

AUTHORS
modules/control/http/rpn.c

diff --git a/AUTHORS b/AUTHORS
index f237432b60ed27ef46701294b27f47f75f9fbf2a..3cebe6bd6253c0b43929a0d19ed81f725cbea81d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -116,6 +116,7 @@ E: dionoea@videolan.org
 C: dionoea
 D: Video Filters: mosaic, gradient and edge detection, magnify, rss
 D: Podcast demux
+D: HTTP interface pages
 S: France
 
 N: Renaud Dartus
index a16ee78b20681d03d7d8cb3b7bbad9ed243762b5..8b1bef2a95f9eaae4895240b06e598feb1546297 100644 (file)
@@ -1002,6 +1002,9 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t  *vars,
             }
 
             E_(mvar_AppendNewVar)( vars, "vlm_error", psz_error );
+            /* this is kind of a duplicate but we need to have the message
+             * without the command name for the "export" command */
+            E_(mvar_AppendNewVar)( vars, "vlm_value", vlm_answer->psz_value );
             vlm_MessageDelete( vlm_answer );
 
             free( psz_cmd );