mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- Actuall the comments were correct
This commit is contained in:
parent
86ac9559be
commit
ef64180c90
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user