Commit 8a171c80 authored by Antoine Cellerier's avatar Antoine Cellerier

rpn.c : vlm_cmd now adds a "vlm_value" variable

 AUTHORS : add the HTTP interface rewrite
parent 758190ee
......@@ -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
......
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment