[PHP-DEV] PHP 4.0 Bug #6945 Updated: signed / unsigned mismatch From: Bug Database (php-dev <email protected>)
Date: 09/29/00

ID: 6945
Updated by: rasmus
Reported By: melchers <email protected>
Status: Closed
Bug Type: Compile Warning
Assigned To:
Comments:

Fixed in CVS

Previous Comments:
---------------------------------------------------------------------------

[2000-09-29 17:13:42] melchers <email protected>
(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;

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6945

-- 
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>