[vlc-devel] commit: access_sftp: fix compilation. ( Rémi Duraffort )

git version control git at videolan.org
Fri Jan 22 10:07:55 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Jan 22 10:07:40 2010 +0100| [5cd12c79d442d82b3be275f57d5f6e3f16216116] | committer: Rémi Duraffort 

access_sftp: fix compilation.

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

 modules/access/sftp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/sftp.c b/modules/access/sftp.c
index 787dcba..01795e0 100644
--- a/modules/access/sftp.c
+++ b/modules/access/sftp.c
@@ -79,7 +79,7 @@ vlc_module_end ()
  * Local prototypes
  *****************************************************************************/
 static block_t* Block( access_t * );
-static int      Seek( access_t *, int64_t );
+static int      Seek( access_t *, uint64_t );
 static int      Control( access_t *, int, va_list );
 
 




More information about the vlc-devel mailing list