9 Nov
2015
9 Nov
'15
2:21 p.m.
Akihiro Sagawa <sagawa.aki(a)gmail.com> writes:
Try 2: - Rename the vector normalization function name and returns calculated value. - Avoid division by zero. Thanks Huw and Henri.
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/gdi32/freetype.c | 50 ++++++++++++++++++++++++++++++++++--------------- dlls/gdi32/tests/font.c | 10 ++++++++++ 2 files changed, 45 insertions(+), 15 deletions(-)
It breaks the tests here: ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so font && touch font.ok font.c:389: Test failed: cx 221 != 243 font.c:389: Test failed: cx 221 != 243 -- Alexandre Julliard julliard(a)winehq.org