ports/graphics/swfdec/files/patch-player-swf_play.c
Joe Marcus Clarke b3db4fe928 Use an appropriate GLib type which should fix the build on both 32 and 64-bit
platforms.

Reported by:	Sven Esbjerg <esbjerg@sifira.dk>
2004-04-02 18:36:32 +00:00

11 lines
289 B
C

--- 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;
+ gsize bytes_read;
GError *error = NULL;
int ret;