From: DRC Date: Wed, 30 Oct 2013 22:21:58 +0000 (+0000) Subject: Oops X-Git-Tag: 1.3.90~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaa31f52b3f5bdd16a98086477a46d41edf06f46;p=libjpeg-turbo Oops git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1066 632fc199-4ca6-4c93-a231-07263d6284db --- 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;