Skip to content
Snippets Groups Projects
Commit dc27c04e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

Fix always false test. Spotted by Eric Pouech.

parent eefb72c8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment