wineesd.drv: Fix a trace and remove an unneeded cast.

This commit is contained in:
Francois Gouget 2009-03-28 11:21:32 +01:00 committed by Alexandre Julliard
parent e71cfdc1de
commit 8e3a907727
1 changed files with 2 additions and 2 deletions

View File

@ -1287,8 +1287,8 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
}
wwo->hStartUpEvent = INVALID_HANDLE_VALUE;
TRACE("esd=0x%lx, dwBufferSize=%d\n",
(long)wwo->esd_fd, wwo->dwBufferSize);
TRACE("esd=%d, dwBufferSize=%d\n",
wwo->esd_fd, wwo->dwBufferSize);
TRACE("wBitsPerSample=%u, nAvgBytesPerSec=%u, nSamplesPerSec=%u, nChannels=%u nBlockAlign=%u!\n",
wwo->waveFormat.Format.wBitsPerSample, wwo->waveFormat.Format.nAvgBytesPerSec,