X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpng.c;h=17381514f46cd9876043a221cb2a579203d990e8;hb=7fb4a4ac393f19a0b8a8998a2f1deac88c97eda0;hp=b74dfb074324f8ada59d3aee22759959468b249c;hpb=8e7368c8b06e0a916fa82c44ea22172075a7ef4c;p=swftools.git diff --git a/lib/png.c b/lib/png.c index b74dfb0..1738151 100644 --- a/lib/png.c +++ b/lib/png.c @@ -122,7 +122,7 @@ static int png_read_header(FILE*fi, struct png_header*header) return 0; } if(a!=8 && (b==2 || b==6)) { - printf("Bpp %d in mode %d not supported!\n", a); + printf("Bpp %d in mode %d not supported!\n", b, a); return 0; } if(c!=0) {