From: kramm Date: Tue, 23 Dec 2008 18:44:19 +0000 (+0000) Subject: methodbody and method were exchanged: fixed X-Git-Tag: release-0-9-0~647 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=bd430c78ec7d956933f1bf732401299fa379164c;p=swftools.git methodbody and method were exchanged: fixed --- diff --git a/lib/as3/mkabc.py b/lib/as3/mkabc.py index f7266ca..82283ab 100644 --- a/lib/as3/mkabc.py +++ b/lib/as3/mkabc.py @@ -66,9 +66,9 @@ for line in fi.readlines(): elif c in "nubs": type,pname="int","v" elif c == "m": - type,pname="abc_method_body_t*","m" - elif c == "i": type,pname="abc_method_t*","m" + elif c == "i": + type,pname="abc_method_body_t*","m" elif c == "c": type,pname="abc_class_t*","m" elif c == "j":