X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpng2swf.c;h=bde8ebc93cf724c16118cd7fdd8a7f44c1129828;hb=4167ff364b437f4069e7ade3c33bda62130d25fa;hp=609deca803e8a1888bc0f3240ea4319ef382e7a6;hpb=4513e3be4df534f961bdca64480631fe798c67fb;p=swftools.git diff --git a/src/png2swf.c b/src/png2swf.c index 609deca..bde8ebc 100644 --- a/src/png2swf.c +++ b/src/png2swf.c @@ -558,7 +558,7 @@ TAG *MovieAddFrame(SWF * swf, TAG * t, char *sname, int id) } if(!zimagedata || uncompress(imagedata, &imagedatalen, zimagedata, zimagedatalen) != Z_OK) { - fprintf(stderr, "Couldn't uncompress %s!\n", sname); + fprintf(stderr, "Couldn't uncompress IDAT chunk (%d bytes) in %s!\n", imagedatalen, sname); if(zimagedata) free(zimagedata); return 0;