From: kramm <kramm>
Date: Mon, 13 Oct 2008 13:55:33 +0000 (+0000)
Subject: adapted to interface changes
X-Git-Tag: buttons-working~5
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=6d7f1c8bc753adf0a37da7eb18c0499e74b78a6f;p=swftools.git

adapted to interface changes
---

diff --git a/lib/example/protect.c b/lib/example/protect.c
index 2bf2f70..684bc6d 100644
--- 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;
     }