openbsd-ports/x11/vlc/patches/patch-modules_access_ftp_c
2006-11-03 15:15:07 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-modules_access_ftp_c,v 1.2 2006/11/03 15:15:07 jolan Exp $
--- modules/access/ftp.c.orig Sat May 6 10:52:18 2006
+++ modules/access/ftp.c Fri Oct 20 14:32:38 2006
@@ -534,7 +534,7 @@ static int ftp_ReadCommand( access_t *p_
return( i_answer / 100 );
}
-static int ftp_StartStream( access_t *p_access, off_t i_start )
+static int ftp_StartStream( access_t *p_access, int64_t i_start )
{
access_sys_t *p_sys = p_access->p_sys;