(PSDRV_AFMGetCharMetrics): Use unsigned chars (since isspace is used).
commitae70f5c6479514690c7b1aea57f26650ce918779
authorMorten Welinder <terra-wine@diku.dk>
Thu, 15 Feb 2001 21:23:50 +0000 (15 21:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Feb 2001 21:23:50 +0000 (15 21:23 +0000)
treecb7cd22e830e6b0ad2f0c3861cd4e80e3198626e
parented6a7b4ab2ce76b2325b70e04e41b2a392cdf3e5
(PSDRV_AFMGetCharMetrics): Use unsigned chars (since isspace is used).
(PSDRV_AFMParse): Don't crash on missing font name.  Use unsigned
chars.  Fix peculiar inconsistent indentation.  Don't leak a FILE.
Catch problematic files with no line feed in them.  Don't mix
characters and integers.  Don't overrun the buffer.
dlls/wineps/afm.c