openbsd-ports/x11/vlc/patches/patch-modules_access_mms_mmsh_c

13 lines
570 B
Plaintext

$OpenBSD: patch-modules_access_mms_mmsh_c,v 1.1 2006/09/22 02:23:13 pvalchev Exp $
--- modules/access/mms/mmsh.c.orig Thu Sep 21 19:13:09 2006
+++ modules/access/mms/mmsh.c Thu Sep 21 19:15:03 2006
@@ -565,7 +565,7 @@ error:
/*****************************************************************************
*
*****************************************************************************/
-static int Start( access_t *p_access, off_t i_pos )
+static int Start( access_t *p_access, int64_t i_pos )
{
access_sys_t *p_sys = p_access->p_sys;
int i_streams = 0;