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…
Reference in New Issue