d3dxof/tests: Avoid size_t in a trace.
This commit is contained in:
parent
5b5b199d9a
commit
7b2f7ed3e7
|
@ -227,7 +227,7 @@ static void test_dump(void)
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Load %d (%d) bytes\n", cbSize, strlen(pvData));
|
printf("Load %d bytes\n", cbSize);
|
||||||
|
|
||||||
hr = pDirectXFileCreate(&lpDirectXFile);
|
hr = pDirectXFileCreate(&lpDirectXFile);
|
||||||
ok(hr == DXFILE_OK, "DirectXFileCreate: %x\n", hr);
|
ok(hr == DXFILE_OK, "DirectXFileCreate: %x\n", hr);
|
||||||
|
|
Loading…
Reference in New Issue