From e84c91d31743e801cea76cdb2fd7144666509786 Mon Sep 17 00:00:00 2001 From: boehme Date: Wed, 31 Oct 2001 20:26:03 +0000 Subject: [PATCH] fixed swf_WriteCGI --- lib/rfxswf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.c b/lib/rfxswf.c index 7b2bf69..d0f776b 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -763,7 +763,7 @@ int swf_WriteSWF(int handle,SWF * swf) // Writes SWF to file, returns lengt return (int)swf->fileSize; } -int WriteCGI(SWF * swf) +int swf_WriteCGI(SWF * swf) { int len; char s[1024]; -- 1.7.10.4