Commit 5c9b0299 authored by Rémi Duraffort's avatar Rémi Duraffort

zipstream: typo.

parent f71e37d6
......@@ -310,7 +310,7 @@ static int Control( stream_t *s, int i_query, va_list args )
return VLC_EGENERIC;
else
{
p_sys->i_len = (size_t) i_position;
p_sys->i_pos = (size_t) i_position;
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