X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfstrings.c;h=3a9338d6d58635d2196ce5104faff51094118461;hb=c5632476384129c77fab3dea934358ac6e7e4418;hp=44a0432174de0b3d120d186ea3b3c984330a8539;hpb=d9c36e82b736ea22d3ae14c9c9f085a069991407;p=swftools.git diff --git a/src/swfstrings.c b/src/swfstrings.c index 44a0432..3a9338d 100644 --- a/src/swfstrings.c +++ b/src/swfstrings.c @@ -63,8 +63,8 @@ int args_callback_command(char*name,char*val) SWF swf; void fontcallback(void*self,U16 id,U8 * name) -{ LPSWFFONT font; - LPTAG t; +{ SWFFONT* font; + TAG* t; swf_FontExtract(&swf,id,&font); printf("#< %s %s %s>\n",name,swf_FontIsBold(font)?"bold":"",swf_FontIsItalic(font)?"italic":"");