[vlc-devel] commit: zipstream: typo. ( Rémi Duraffort )
git version control
git at videolan.org
Tue Jul 28 19:15:16 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Duraffort <ivoire at videolan.org> | Tue Jul 28 14:21:59 2009 +0200| [b0b69cef49ff4cd27e33adffc78caac2387e4f25] | committer: Rémi Duraffort
zipstream: typo.
(cherry picked from commit 5c9b0299ff79f7a5844562a8529be5346e27e28b)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0b69cef49ff4cd27e33adffc78caac2387e4f25
---
modules/access/zip/zipstream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/zip/zipstream.c b/modules/access/zip/zipstream.c
index 59b3f74..03a7dfd 100644
--- a/modules/access/zip/zipstream.c
+++ b/modules/access/zip/zipstream.c
@@ -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;
}
}
More information about the vlc-devel
mailing list