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:
f9b5acf
)
renamed access08 to namespace
author
kramm
<kramm>
Tue, 6 Jan 2009 21:30:21 +0000
(21:30 +0000)
committer
kramm
<kramm>
Tue, 6 Jan 2009 21:30:21 +0000
(21:30 +0000)
lib/as3/pool.c
patch
|
blob
|
history
diff --git
a/lib/as3/pool.c
b/lib/as3/pool.c
index
fe30724
..
56007cc
100644
(file)
--- a/
lib/as3/pool.c
+++ b/
lib/as3/pool.c
@@
-478,7
+478,7
@@
multiname_t* multiname_clone(multiname_t*other)
char* access2str(int type)
{
- if(type==0x08) return "access08";
+ if(type==0x08) return "namespace";
else if(type==0x16) return "public";
else if(type==0x17) return "packageinternal";
else if(type==0x18) return "protected";