"tjScaledSize"="tjGetScaledSize"

This commit is contained in:
DRC
2011-02-26 19:53:58 +00:00
parent 8b3f7c6ff0
commit 02156d7c53
4 changed files with 7 additions and 7 deletions

View File

@@ -444,7 +444,7 @@ void _gentestbmp(tjhandle hnd, unsigned char *jpegbuf, unsigned long jpegsize,
}
temp1=scaledw; temp2=scaledh;
_catch(tjScaledSize(w, h, &temp1, &temp2));
_catch(tjGetScaledSize(w, h, &temp1, &temp2));
if(temp1!=scaledw || temp2!=scaledh)
{
printf("Scaled size mismatch\n"); bailout();