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:
ab7a63b
)
swf_WriteHead now returns the written bytes.
author
kramm
<kramm>
Sun, 19 May 2002 20:59:42 +0000
(20:59 +0000)
committer
kramm
<kramm>
Sun, 19 May 2002 20:59:42 +0000
(20:59 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
5347ba0
..
f188d79
100644
(file)
--- a/
lib/rfxswf.c
+++ b/
lib/rfxswf.c
@@
-968,8
+968,7
@@
int swf_WriteHeader(int handle,SWF * swf)
SWF myswf;
memcpy(&myswf,swf,sizeof(SWF));
myswf.firstTag = 0;
- swf_WriteSWF(handle, &myswf);
- return 0;
+ return swf_WriteSWF(handle, &myswf);
}
int swf_WriteCGI(SWF * swf)