wineps.drv: Avoid signed-unsigned integer comparisons.

oldstable
Andrew Talbot 2013-03-04 23:01:20 +00:00 committed by Alexandre Julliard
parent 4910121972
commit 97295b3a36
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ void PSDRV_AFM2C(const AFM *afm)
{
char buffer[256];
FILE *of;
int i;
unsigned int i;
lstrcpynA(buffer, afm->FontName, sizeof(buffer) - 2);