From: kramm Date: Tue, 6 Jan 2009 21:30:21 +0000 (+0000) Subject: renamed access08 to namespace X-Git-Tag: release-0-9-0~402 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=4336394654f084ee526daade86de9c2cca7e98c7 renamed access08 to namespace --- 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";