mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:52:56 +00:00
[MMDEVAPI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
0e18d6bc62
commit
b8949b0dad
2 changed files with 7 additions and 4 deletions
|
@ -747,7 +747,7 @@ static void test_padding(void)
|
|||
/* win10 appears not to clear the buffer */
|
||||
for(i = 0; i < psize * pwfx->nBlockAlign; ++i){
|
||||
if(buf[i] != silence){
|
||||
ok(0, "buffer has data in it already, i: %u, valu: %f\n", i, *((float*)buf));
|
||||
ok(0, "buffer has data in it already, i: %u, value: %f\n", i, *((float*)buf));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue