mciwave: Stub a boundary case in Save.

2010-02-16 Thread Joerg-Cyril.Hoehle
Dmitry Timoshkov wrote: >Please don't change the indentation style of the code. Oops! >Also, it's not clear to me why you have removed the MCI_WAIT fixme, Because there's nothing to fix. My tests revealed no difference w/ or w/o WAIT flag. > added MCI_WAIT to mciStop, It doesn't actually matter,

Re: mciwave: Stub a boundary case in Save.

2010-02-16 Thread Dmitry Timoshkov
wrote: > This will allow me to enable one more testcase when I'll eventually > submit the long awaited update to mciwave tests. > -if (dwFlags & MCI_WAIT) > -{ > - FIXME("MCI_WAIT not implemented\n"); > +if (wmw->hFile == 0) { > + FIXME("Save file with zero-length sample\n");