1.1 --- a/src/audio/windx5/SDL_dx5audio.c Thu Aug 21 12:38:21 2008 +0000
1.2 +++ b/src/audio/windx5/SDL_dx5audio.c Wed Aug 27 04:23:38 2008 +0000
1.3 @@ -278,8 +278,9 @@
1.4 IDirectSoundBuffer_Restore(this->hidden->mixbuf);
1.5 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor,
1.6 this->hidden->mixlen,
1.7 - (LPVOID *) & this->hidden->
1.8 - locked_buf, &rawlen, NULL, &junk, 0);
1.9 + (LPVOID *) & this->
1.10 + hidden->locked_buf, &rawlen, NULL,
1.11 + &junk, 0);
1.12 }
1.13 if (result != DS_OK) {
1.14 SetDSerror("DirectSound Lock", result);