Re: [PATCH 1/5] dwrite/tests: Added GetFontSignature() test (resend)
20 Apr
2016
20 Apr
'16
2:12 a.m.
On 19.04.2016 19:10, Nikolay Sivov wrote:
+ ok(fontsig.fsUsb[3] == expected_signature.fsUsb[3], "%s: fsUsb[3] %#x, expected %#x\n", wine_dbgstr_w(nameW), + fontsig.fsUsb[0], expected_signature.fsUsb[3]); ^^^
There is a small typo here.
20 Apr
20 Apr
2:54 a.m.
New subject: [PATCH 1/5] dwrite/tests: Added GetFontSignature() test (resend)
On 20.04.2016 10:12, Sebastian Lackner wrote:
On 19.04.2016 19:10, Nikolay Sivov wrote:
+ ok(fontsig.fsUsb[3] == expected_signature.fsUsb[3], "%s: fsUsb[3] %#x, expected %#x\n", wine_dbgstr_w(nameW), + fontsig.fsUsb[0], expected_signature.fsUsb[3]); ^^^
There is a small typo here.
Thanks, both problems are fixed now.
3526
Age (days ago)
3526
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Sebastian Lackner