helly Sun Mar 6 17:18:10 2005 EDT
Modified files:
/php-src/ext/standard image.c
Log:
- Actuall the comments were correct
http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.111&r2=1.112&ty=u
Index: php-src/ext/standard/image.c
diff -u php-src/ext/standard/image.c:1.111 php-src/ext/standard/image.c:1.112
--- php-src/ext/standard/image.c:1.111 Sun Mar 6 12:03:43 2005
+++ php-src/ext/standard/image.c Sun Mar 6 17:18:09 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: image.c,v 1.111 2005/03/06 17:03:43 iliaa Exp $ */
+/* $Id: image.c,v 1.112 2005/03/06 22:18:09 helly Exp $ */
#include "php.h"
#include <stdio.h>
@@ -625,8 +625,8 @@
dummy_short = php_read2(stream TSRMLS_CC); /* Lsiz */
dummy_short = php_read2(stream TSRMLS_CC); /* Rsiz */
- result->width = php_read4(stream TSRMLS_CC); /* Ysiz */
- result->height = php_read4(stream TSRMLS_CC); /* Xsiz */
+ result->width = php_read4(stream TSRMLS_CC); /* Xsiz */
+ result->height = php_read4(stream TSRMLS_CC); /* Ysiz */
#if MBO_0
php_read4(stream TSRMLS_CC); /* XOsiz */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php