[MMDEVAPI_WINETEST] Sync with Wine Staging 4.18. CORE-16441

This commit is contained in:
Amine Khaldi 2019-11-09 21:55:28 +01:00
parent 0e18d6bc62
commit b8949b0dad
2 changed files with 7 additions and 4 deletions

View file

@ -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;
}
}