]> granicus.if.org Git - php/commitdiff
- Actuall the comments were correct
authorMarcus Boerger <helly@php.net>
Sun, 6 Mar 2005 22:18:09 +0000 (22:18 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 6 Mar 2005 22:18:09 +0000 (22:18 +0000)
ext/standard/image.c

index 9960f6fff06e7426dacf10a9109647a4016bd2e2..da4ca7c7fa847720f080bbd2656cb1a8602ee51f 100644 (file)
@@ -625,8 +625,8 @@ static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC)
 
        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 */