mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
wineps.drv: Use INT_MAX instead of LONG_MAX to initialize a LONG value.
This commit is contained in:
parent
6b07ac5453
commit
f45874ae28
@ -746,7 +746,7 @@ static BOOL ParseN(LPSTR sz, OLD_AFMMETRICS *metrics)
|
||||
static const OLD_AFMMETRICS badmetrics =
|
||||
{
|
||||
INT_MAX, /* C */
|
||||
LONG_MAX, /* UV */
|
||||
INT_MAX, /* UV */
|
||||
FLT_MAX, /* WX */
|
||||
NULL, /* N */
|
||||
{ FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX }, /* B */
|
||||
|
Loading…
x
Reference in New Issue
Block a user