From: Marcus Boerger Date: Tue, 1 Mar 2005 10:14:18 +0000 (+0000) Subject: - MFB X-Git-Tag: RELEASE_0_3~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67fd1f2654b8ff4cbca4c6e71e90e0843f2ffe99;p=php - MFB --- diff --git a/ext/standard/image.c b/ext/standard/image.c index 76e908dc2b..07f13f8048 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -629,12 +629,12 @@ static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC) result->width = php_read4(stream TSRMLS_CC); /* Ysiz */ #if MBO_0 - dummy_int = php_read4(stream TSRMLS_CC); /* XOsiz */ - dummy_int = php_read4(stream TSRMLS_CC); /* YOsiz */ - dummy_int = php_read4(stream TSRMLS_CC); /* XTsiz */ - dummy_int = php_read4(stream TSRMLS_CC); /* YTsiz */ - dummy_int = php_read4(stream TSRMLS_CC); /* XTOsiz */ - dummy_int = php_read4(stream TSRMLS_CC); /* YTOsiz */ + php_read4(stream TSRMLS_CC); /* XOsiz */ + php_read4(stream TSRMLS_CC); /* YOsiz */ + php_read4(stream TSRMLS_CC); /* XTsiz */ + php_read4(stream TSRMLS_CC); /* YTsiz */ + php_read4(stream TSRMLS_CC); /* XTOsiz */ + php_read4(stream TSRMLS_CC); /* YTOsiz */ #else if (php_stream_seek(stream, 24, SEEK_CUR)) { efree(result);