d3dxof/tests: Avoid size_t in a trace.

oldstable
Alexandre Julliard 2008-12-20 13:32:39 +01:00
parent 5b5b199d9a
commit 7b2f7ed3e7
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ static void test_dump(void)
goto exit;
}
printf("Load %d (%d) bytes\n", cbSize, strlen(pvData));
printf("Load %d bytes\n", cbSize);
hr = pDirectXFileCreate(&lpDirectXFile);
ok(hr == DXFILE_OK, "DirectXFileCreate: %x\n", hr);