commit | 98f91ec7f3fedcd2975966146eb8e396d4c59add | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Thu Feb 03 01:15:48 2011 +0000 |
committer | cristy <[email protected]> | Thu Feb 03 01:15:48 2011 +0000 |
tree | 98453fcec66a353ccc8735e243025412c1bdcc69 | |
parent | bc4eb11b50a6de720d1b20f0669b5a1eebc87435 [diff] [blame] |
diff --git a/coders/sfw.c b/coders/sfw.c index 3be9ade..2153f75 100644 --- a/coders/sfw.c +++ b/coders/sfw.c
@@ -297,8 +297,7 @@ Write JFIF file. */ read_info=CloneImageInfo(image_info); - read_info->blob=(void *) NULL; - read_info->length=0; + SetImageInfoBlob(read_info,(void *) NULL,0); file=(FILE *) NULL; unique_file=AcquireUniqueFileResource(read_info->filename); if (unique_file != -1)