renamed access08 to namespace
authorkramm <kramm>
Tue, 6 Jan 2009 21:30:21 +0000 (21:30 +0000)
committerkramm <kramm>
Tue, 6 Jan 2009 21:30:21 +0000 (21:30 +0000)
lib/as3/pool.c

index fe30724..56007cc 100644 (file)
@@ -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";