Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
8a171c80
Commit
8a171c80
authored
Jan 27, 2006
by
dionoea
Browse files
rpn.c : vlm_cmd now adds a "vlm_value" variable
AUTHORS : add the HTTP interface rewrite
parent
758190ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
8a171c80
...
@@ -116,6 +116,7 @@ E: dionoea@videolan.org
...
@@ -116,6 +116,7 @@ E: dionoea@videolan.org
C: dionoea
C: dionoea
D: Video Filters: mosaic, gradient and edge detection, magnify, rss
D: Video Filters: mosaic, gradient and edge detection, magnify, rss
D: Podcast demux
D: Podcast demux
D: HTTP interface pages
S: France
S: France
N: Renaud Dartus
N: Renaud Dartus
...
...
modules/control/http/rpn.c
View file @
8a171c80
...
@@ -1002,6 +1002,9 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
...
@@ -1002,6 +1002,9 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
}
}
E_
(
mvar_AppendNewVar
)(
vars
,
"vlm_error"
,
psz_error
);
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
);
vlm_MessageDelete
(
vlm_answer
);
free
(
psz_cmd
);
free
(
psz_cmd
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment