X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fas3%2Fabc.c;h=7e11e1c94f07fbfb830916f89c572f47676767bc;hp=6de2c2d9e36389ea9368890f817073710b9f2a98;hb=2391d7ae5d8a145a250a8b80ab8c93ba74eba030;hpb=05861649cece70d65e7ba84c3696039c0143ce9c 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();