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:
6241d28
)
adapted to interface changes
author
kramm
<kramm>
Mon, 13 Oct 2008 13:55:33 +0000
(13:55 +0000)
committer
kramm
<kramm>
Mon, 13 Oct 2008 13:55:33 +0000
(13:55 +0000)
lib/example/protect.c
patch
|
blob
|
history
diff --git
a/lib/example/protect.c
b/lib/example/protect.c
index
2bf2f70
..
684bc6d
100644
(file)
--- a/
lib/example/protect.c
+++ b/
lib/example/protect.c
@@
-62,7
+62,7
@@
int main(int argn,char ** argv)
if(!ret) printf("Password validation failed\n");
else printf("Password ok\n");
- swf_DeleteTag(tag);
+ swf_DeleteTag(&swf, tag);
}
tag = next;
}