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:
7f0f0db
)
added swf_SetTagPos(tag, 0).
author
kramm
<kramm>
Sat, 18 Dec 2004 16:53:43 +0000
(16:53 +0000)
committer
kramm
<kramm>
Sat, 18 Dec 2004 16:53:43 +0000
(16:53 +0000)
lib/modules/swfshape.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfshape.c
b/lib/modules/swfshape.c
index
0033f40
..
04cdf71
100644
(file)
--- a/
lib/modules/swfshape.c
+++ b/
lib/modules/swfshape.c
@@
-912,6
+912,7
@@
void swf_ParseDefineShape(TAG*tag, SHAPE2*shape)
else {
fprintf(stderr, "parseDefineShape must be called with a shape tag");
}
+ swf_SetTagPos(tag, 0);
id = swf_GetU16(tag); //id
memset(shape, 0, sizeof(SHAPE2));