openbsd-ports/graphics/swfdec/patches/patch-player_swf_play_c
jolan 32658e070e import of swfdec-0.2.2:
Swfdec is a library for rendering Flash animations and games.

WWW: http://swfdec.sourceforge.net/

ok pvalchev@
2003-06-24 08:11:14 +00:00

13 lines
407 B
Plaintext

$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;