http://bugs.winehq.org/show_bug.cgi?id=33045
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #43852|0 |1 is obsolete| |
--- Comment #16 from Andrew Eikum aeikum@codeweavers.com 2013-03-08 12:57:58 CST --- Created attachment 43853 --> http://bugs.winehq.org/attachment.cgi?id=43853 winmm: Truncate buffers to align to frame size
(In reply to comment #15)
Yes, good catch.
Perhaps you misunderstood me, because your second patch still contains several occurrences of said type error: ash->cbSrcLength = WINMM_FixedBufferLen(header->dwBufferLength, device); Unless your second patch was written prior to my comment #12.
Um, shoot, you're right. I must have fallen asleep when I was fixing it. Here's another version.