mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
MFH
This commit is contained in:
+1
-1
@@ -1979,7 +1979,7 @@ PHP_FUNCTION(pdf_open_memory_image)
|
||||
} else {
|
||||
#endif
|
||||
if (im->pixels && gdImageBoundsSafe(im, j, i)) {
|
||||
color = im->pixels[im->sy][im->sx];
|
||||
color = im->pixels[i][j];
|
||||
*ptr++ = im->red[color];
|
||||
*ptr++ = im->green[color];
|
||||
*ptr++ = im->blue[color];
|
||||
|
||||
Reference in New Issue
Block a user