X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fabc.c;h=7e11e1c94f07fbfb830916f89c572f47676767bc;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hp=6de2c2d9e36389ea9368890f817073710b9f2a98;hpb=9ed9a87914fc9a590967d46de404e0f6290b7bb2;p=swftools.git diff --git a/lib/as3/abc.c b/lib/as3/abc.c index 6de2c2d..7e11e1c 100644 --- a/lib/as3/abc.c +++ b/lib/as3/abc.c @@ -777,7 +777,7 @@ void* swf_ReadABC(TAG*tag) DEBUG printf("method %d) %s ", t, m->name); DEBUG params_dump(stdout, m->parameters, m->optional_parameters); - DEBUG printf("flags=%02x\n", t, m->flags); + DEBUG printf("flags=%02x\n", m->flags); if(m->flags&0x08) { m->optional_parameters = list_new();