[PHP-DEV] Bug #6945: signed / unsigned mismatch From: melchers <email protected>
Date: 09/29/00

From: melchers <email protected>
Operating system: IRIX-6.5.8
PHP version: 3.0.16
PHP Bug Type: Compile Warning
Bug description: signed / unsigned mismatch

(using php-3.0.17RC1)
file functions/gdttf.c
function fontFetch()
variable platform is of type short
but should be of type "TT_UShort" as definded
in the freetype header file. Freetype defines
in freetype.h:
typedef unsigned short TT_UShort;

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>