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.
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.