X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.c;h=56007cc9776a7cc780bf47b990e5f207f9125895;hb=2b09bad438f6e9725584508726ca00c84eee75ae;hp=fe30724a883d6283226213398479090ee58ac08a;hpb=9f70cc51de8bd20fbf1afcd7e12c88162fff08cc;p=swftools.git 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";