msxml3/tests: Fix a warning in saxreader tests when compiling on x64.
This commit is contained in:
parent
ba094f2830
commit
9e3d83e003
|
@ -1934,7 +1934,7 @@ static void test_mxwriter_stream(void)
|
|||
IMXWriter_Release(writer);
|
||||
|
||||
ok(current_write_test->last, "The last %d write calls on test %d were missed\n",
|
||||
current_write_test-test->expected_writes, current_stream_test_index);
|
||||
(int)(current_write_test-test->expected_writes), current_stream_test_index);
|
||||
}
|
||||
|
||||
hr = CoCreateInstance(&CLSID_MXXMLWriter, NULL, CLSCTX_INPROC_SERVER,
|
||||
|
|
Loading…
Reference in New Issue