Fix always false test. Spotted by Eric Pouech.

This commit is contained in:
Huw Davies 2004-12-13 13:14:36 +00:00 committed by Alexandre Julliard
parent eefb72c826
commit dc27c04ebf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}