Changed element char_index of structure glyph_cache_t to unsigned.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17006 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-06-23 15:51:27 +00:00
parent 26c82d8aef
commit 3c46da992d

View file

@ -91,7 +91,7 @@ typedef struct GSHorizontalTypesetter_glyph_cache_s
{
/* These fields are filled in by the caching: */
NSGlyph g;
int char_index;
unsigned int char_index;
NSFont *font;
struct