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:
b1dcbfa
)
swf_DeleteTag now takes two arguments
author
kramm
<kramm>
Sun, 27 Jul 2008 09:44:28 +0000
(09:44 +0000)
committer
kramm
<kramm>
Sun, 27 Jul 2008 09:44:28 +0000
(09:44 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
6857728
..
fafa388
100644
(file)
--- a/
src/swfc.c
+++ b/
src/swfc.c
@@
-817,7
+817,7
@@
TAG* removeFromTo(TAG*from, TAG*to)
while(from!=to) {
TAG*next = from->next;
if(swf_isAllowedSpriteTag(from))
- swf_DeleteTag(from);
+ swf_DeleteTag(0, from);
from = next;
}
save->next = 0;