git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2275b63
)
fixed swf_WriteCGI
author
boehme
<boehme>
Wed, 31 Oct 2001 20:26:03 +0000
(20:26 +0000)
committer
boehme
<boehme>
Wed, 31 Oct 2001 20:26:03 +0000
(20:26 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
7b2bf69
..
d0f776b
100644
(file)
--- 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];