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
GSoC
GSoC2018
macOS
vlc
Commits
a4f7a771
Commit
a4f7a771
authored
Aug 11, 2006
by
Christophe Mutricy
Browse files
Should fix compilation. Not tested
parent
e6e82bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/control/mediacontrol_core.c
View file @
a4f7a771
...
...
@@ -202,7 +202,7 @@ mediacontrol_start( mediacontrol_Instance *self,
/* Set start time */
snprintf
(
psz_from
,
20
,
"start-time=%i"
,
i_from
);
playlis
t_
I
temAddOption
(
p_playlist
->
status
.
p_item
,
psz_from
);
vlc_inpu
t_
i
tem
_
AddOption
(
p_playlist
->
status
.
p_item
->
p_input
,
psz_from
);
free
(
psz_from
);
}
...
...
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