summaryrefslogtreecommitdiff
path: root/graphics/swfdec/files/patch-player-swf_play.c
blob: bb284c97e4d33ca4a12891af05c74bdaa699496c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- player/swf_play.c.orig	Mon Mar 29 11:43:50 2004
+++ player/swf_play.c	Mon Mar 29 11:44:14 2004
@@ -390,7 +390,7 @@
 static gboolean input(GIOChannel *chan, GIOCondition cond, gpointer ignored)
 {
 	char *data;
-	int bytes_read;
+	long bytes_read;
 	GError *error = NULL;
 	int ret;