32658e070e
Swfdec is a library for rendering Flash animations and games. WWW: http://swfdec.sourceforge.net/ ok pvalchev@
13 lines
407 B
Plaintext
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;
|
|
|