1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
This commit is contained in:
Ilia Alshanetsky
2003-01-16 21:18:59 +00:00
parent f7b9d75e18
commit 2ed8d327b8
+1 -1
View File
@@ -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];