commit | ecd0ab5350482e4a2ea003705e3e0b2120b66384 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sun May 30 14:59:20 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sun May 30 14:59:20 2010 +0000 |
tree | c59063cc01f2863175de7be98abc92d6e909fb7f | |
parent | 4cb162a81b4dfaf673e94c9dea88ad0a92f0a3d7 [diff] [blame] |
diff --git a/magick/blob.c b/magick/blob.c index 5c0073b..8f0224b 100644 --- a/magick/blob.c +++ b/magick/blob.c
@@ -3418,7 +3418,7 @@ break; case FileStream: { - if (fseek(image->blob->file,offset,whence) < 0) + if (fseek(image->blob->file,(long) offset,whence) < 0) return(-1); image->blob->offset=TellBlob(image); break;