From 6d7f1c8bc753adf0a37da7eb18c0499e74b78a6f Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 13 Oct 2008 13:55:33 +0000 Subject: [PATCH] adapted to interface changes --- lib/example/protect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.7.10.4