From b3db4fe928c05a10fc4fc446ea6dfc42d73f73ef Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 2 Apr 2004 18:36:32 +0000 Subject: [PATCH] Use an appropriate GLib type which should fix the build on both 32 and 64-bit platforms. Reported by: Sven Esbjerg --- graphics/swfdec/files/patch-player-swf_play.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/swfdec/files/patch-player-swf_play.c b/graphics/swfdec/files/patch-player-swf_play.c index bb284c97e4d3..7e87a9d67da7 100644 --- a/graphics/swfdec/files/patch-player-swf_play.c +++ b/graphics/swfdec/files/patch-player-swf_play.c @@ -1,11 +1,11 @@ ---- player/swf_play.c.orig Mon Mar 29 11:43:50 2004 -+++ player/swf_play.c Mon Mar 29 11:44:14 2004 +--- player/swf_play.c.orig Thu Apr 3 23:11:57 2003 ++++ player/swf_play.c Fri Apr 2 13:34:32 2004 @@ -390,7 +390,7 @@ static gboolean input(GIOChannel *chan, GIOCondition cond, gpointer ignored) { char *data; - int bytes_read; -+ long bytes_read; ++ gsize bytes_read; GError *error = NULL; int ret;