helly Tue Mar 1 05:14:19 2005 EDT
Modified files:
/php-src/ext/standard image.c
Log:
- MFB
http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.108&r2=1.109&ty=u
Index: php-src/ext/standard/image.c
diff -u php-src/ext/standard/image.c:1.108 php-src/ext/standard/image.c:1.109
--- php-src/ext/standard/image.c:1.108 Sun Feb 27 12:08:18 2005
+++ php-src/ext/standard/image.c Tue Mar 1 05:14:18 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: image.c,v 1.108 2005/02/27 17:08:18 iliaa Exp $ */
+/* $Id: image.c,v 1.109 2005/03/01 10:14:18 helly Exp $ */
#include "php.h"
#include <stdio.h>
@@ -629,12 +629,12 @@
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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php