Skip to content

Commit

Permalink
MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Sep 30, 2001
1 parent 86c3217 commit 42b7601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gd/gd.c
Expand Up @@ -1578,7 +1578,7 @@ PHP_FUNCTION(imagecolorat)
ZEND_FETCH_RESOURCE(im, gdImagePtr, IM, -1, "Image", le_gd);

#if HAVE_LIBGD20
if(im->truecolor) {
if(im->trueColor) {
php_error(E_WARNING, "ImageColorAt does not work on TrueColor images");
RETURN_FALSE;
}
Expand Down

0 comments on commit 42b7601

Please sign in to comment.