| commit | 3b5a2cfae45fc626333e614d82c981329b03bd48 | [log] [tgz] |
|---|---|---|
| author | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 18 14:50:08 2012 +0000 |
| committer | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 18 14:50:08 2012 +0000 |
| tree | 24f7bd738d34f5a5e4185cc28affdf578310b594 | |
| parent | cf4ac94ca7cff07618a15b240c145c10ee4950e0 [diff] [blame] |
diff --git a/MagickCore/blob.c b/MagickCore/blob.c index 6d46e6d..d214f7e 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c
@@ -3762,8 +3762,8 @@ offset; offset=TellBlob(image); - status=posix_fallocate(fileno(image->blob->file_info.file), - (off_t) offset,(off_t) (extent-offset)); + status=posix_fallocate(fileno(image->blob->file_info.file),offset, + extent-offset); if (status != 0) return(MagickFalse); }