From: Marcus Boerger Date: Sun, 11 Aug 2002 19:19:35 +0000 (+0000) Subject: missed to commit this fix: correct since this is only a flag X-Git-Tag: php-4.3.0dev_zend2_alpha3~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251882de7d40e17d15009722cb7c70e8d6c7fc1f;p=php missed to commit this fix: correct since this is only a flag --- diff --git a/ext/gd/libgd/gd_gd.c b/ext/gd/libgd/gd_gd.c index 72213a848e..60037395c3 100644 --- a/ext/gd/libgd/gd_gd.c +++ b/ext/gd/libgd/gd_gd.c @@ -196,7 +196,7 @@ _gdPutColors (gdImagePtr im, gdIOCtx * out) { int i; - gdPutC (im->trueColor, out); + gdPutC ((unsigned char)im->trueColor, out); if (!im->trueColor) { gdPutWord (im->colorsTotal, out);