openbsd-ports/graphics/swfdec/patches/patch-player_swf_play_c

13 lines
407 B
Plaintext
Raw Normal View History

$OpenBSD: patch-player_swf_play_c,v 1.1.1.1 2003/06/24 08:11:14 jolan Exp $
--- player/swf_play.c.orig Thu Apr 3 22:11:57 2003
+++ player/swf_play.c Sat Jun 14 14:26:41 2003
@@ -390,7 +390,7 @@ static void embedded (GtkPlug *plug, gpo
static gboolean input(GIOChannel *chan, GIOCondition cond, gpointer ignored)
{
char *data;
- int bytes_read;
+ size_t bytes_read;
GError *error = NULL;
int ret;