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:
4987e1a
)
methodbody and method were exchanged: fixed
author
kramm
<kramm>
Tue, 23 Dec 2008 18:44:19 +0000
(18:44 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 18:44:19 +0000
(18:44 +0000)
lib/as3/mkabc.py
patch
|
blob
|
history
diff --git
a/lib/as3/mkabc.py
b/lib/as3/mkabc.py
index
f7266ca
..
82283ab
100644
(file)
--- 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":