X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpng.c;h=95f5b11d8c645d8ed005c1f9a47f9c08063b92d1;hb=573c6972379cba7d2a6990d38b56936e181e1eaa;hp=e793367c7a1b2ede38d4d023f356acd18b4191a2;hpb=4ce9bdb3f7237d3bbe876f60d737992260a9a661;p=swftools.git diff --git a/lib/png.c b/lib/png.c index e793367..95f5b11 100644 --- a/lib/png.c +++ b/lib/png.c @@ -484,7 +484,6 @@ EXPORT int getPNG(const char*sname, int*destwidth, int*destheight, unsigned char } if(!png_read_header(fi, &header)) { - printf("Error reading header from file %s\n", sname); return 0; }