mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 10:47:49 +00:00
Fix always false test. Spotted by Eric Pouech.
This commit is contained in:
parent
eefb72c826
commit
dc27c04ebf
@ -1464,7 +1464,7 @@ static LONG load_VDMX(GdiFont font, LONG height)
|
||||
}
|
||||
}
|
||||
|
||||
if(offset < 0) {
|
||||
if(offset == -1) {
|
||||
FIXME("No suitable ratio found\n");
|
||||
return ppem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user