]> granicus.if.org Git - php/commitdiff
- MFB
authorMarcus Boerger <helly@php.net>
Tue, 1 Mar 2005 10:14:18 +0000 (10:14 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 1 Mar 2005 10:14:18 +0000 (10:14 +0000)
ext/standard/image.c

index 76e908dc2b338343c7eca09c24a9e393e149264f..07f13f8048d2d6617e9631d65c6366b6fd3ea512 100644 (file)
@@ -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);