commit | a81085aac2d3437995336d9aa269acba06178408 | [log] [tgz] |
---|---|---|
author | Cristy <[email protected]> | Sun Jul 02 20:52:16 2017 -0400 |
committer | Cristy <[email protected]> | Sun Jul 02 20:52:16 2017 -0400 |
tree | ce6c8fc367a1246a1326097df08345ae9b918996 | |
parent | c5068351b021209639730df6817caae31886f20b [diff] [blame] |
...
diff --git a/coders/dpx.c b/coders/dpx.c index 0d56949..aebadda 100644 --- a/coders/dpx.c +++ b/coders/dpx.c
@@ -1107,7 +1107,8 @@ *profile; if (dpx.file.user_size > GetBlobSize(image)) - ThrowReaderException(CorruptImageError,"ImproperImageHeader"); + ThrowReaderException(CorruptImageError, + "InsufficientImageDataInFile"); profile=BlobToStringInfo((const unsigned char *) NULL, dpx.file.user_size-sizeof(dpx.user.id)); if (profile == (StringInfo *) NULL)