On Fri, Sep 27, 2013 at 8:16 AM, Akihiro Sagawa sagawa.aki@gmail.com wrote:
Fixes bug 18440, 20847.
Try 3:
- Rebase to recent source.
- Separate ABC metrics change.
- Use conditional operator.
dlls/gdi32/freetype.c | 4 ++-- dlls/gdi32/tests/font.c | 24 ++++++++---------------- 2 files changed, 10 insertions(+), 18 deletions(-)
ok(gm.gmBlackBoxY == 1, "%2d:expected 1, got %u\n", fmt[i], gm.gmBlackBoxX);
There seems to be a copy&paste issue in all lines related to gmBlackBoxY reporting the error as gmBlackBoxX.
Regards, Bruno