commit | 694510708229a2b6f032fbee38515e890dd7336c | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon May 24 22:42:42 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon May 24 22:42:42 2010 +0000 |
tree | 9471422bcd1db8129ff1dc9d04906973578ede6e | |
parent | eb8db6dd18f89c61757399478b0d7d85dd51c315 [diff] [blame] |
diff --git a/coders/dpx.c b/coders/dpx.c index 1af6f20..49cf443 100644 --- a/coders/dpx.c +++ b/coders/dpx.c
@@ -985,7 +985,7 @@ StringInfo *profile; - profile=AcquireStringInfo(dpx.file.user_size-sizeof(dpx.user.id)); + profile=AcquireStringInfo(dpx.file.user_size); offset+=ReadBlob(image,GetStringInfoLength(profile), GetStringInfoDatum(profile)); (void) SetImageProfile(image,"dpx",profile);