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

This commit is contained in:
Octavian Voicu 2011-08-31 02:20:59 +03:00 committed by Alexandre Julliard
parent ba094f2830
commit 9e3d83e003
1 changed files with 1 additions and 1 deletions

View File

@ -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,