[vlc-devel] commit: zipstream: typo. ( Rémi Duraffort )

git version control git at videolan.org
Tue Jul 28 15:56:05 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jul 28 14:21:59 2009 +0200| [5c9b0299ff79f7a5844562a8529be5346e27e28b] | committer: Rémi Duraffort 

zipstream: typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c9b0299ff79f7a5844562a8529be5346e27e28b
---

 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