From 4336394654f084ee526daade86de9c2cca7e98c7 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 6 Jan 2009 21:30:21 +0000 Subject: [PATCH] renamed access08 to namespace --- lib/as3/pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/as3/pool.c b/lib/as3/pool.c index fe30724..56007cc 100644 --- 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"; -- 1.7.10.4