Commit 9e3d83e0 authored by Octavian Voicu's avatar Octavian Voicu Committed by Alexandre Julliard

msxml3/tests: Fix a warning in saxreader tests when compiling on x64.

parent ba094f28
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment