From eaa31f52b3f5bdd16a98086477a46d41edf06f46 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 30 Oct 2013 22:21:58 +0000 Subject: [PATCH] Oops git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1066 632fc199-4ca6-4c93-a231-07263d6284db --- turbojpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbojpeg.c b/turbojpeg.c index 8dcc3b7..bd37f57 100644 --- a/turbojpeg.c +++ b/turbojpeg.c @@ -1133,7 +1133,7 @@ DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle, jpeg_read_header(dinfo, TRUE); jpegSubsamp=getSubsamp(dinfo); if(jpegSubsamp<0) - _throw("tjTransform(): Could not determine subsampling type for JPEG image"); + _throw("tjDecompressToYUV2: Could not determine subsampling type for JPEG image"); jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; if(width==0) width=jpegwidth; -- 2.40.0