winmm: Fix incorrect parameter for test debug (Coverity).
This commit is contained in:
parent
b084853700
commit
faeb9a5bfc
|
@ -227,7 +227,7 @@ static void test_play(HWND hwnd)
|
|||
if(!err) trace("CD length %s\n", buf);
|
||||
|
||||
if(err) { /* MCIERR_HARDWARE when given a blank disk */
|
||||
skip("status length %s (blank disk?)\n", dbg_mcierr(ok_hw));
|
||||
skip("status length %s (blank disk?)\n", dbg_mcierr(err));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue