Commit b0b69cef authored by Rémi Duraffort's avatar Rémi Duraffort

zipstream: typo.

(cherry picked from commit 5c9b0299)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent d3f0d9ad
...@@ -310,7 +310,7 @@ static int Control( stream_t *s, int i_query, va_list args ) ...@@ -310,7 +310,7 @@ static int Control( stream_t *s, int i_query, va_list args )
return VLC_EGENERIC; return VLC_EGENERIC;
else else
{ {
p_sys->i_len = (size_t) i_position; p_sys->i_pos = (size_t) i_position;
return VLC_SUCCESS; return VLC_SUCCESS;
} }
} }
......
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