Commit 3d54d6a7 authored by Juergen Lock's avatar Juergen Lock Committed by Alexandre Julliard

Fixed CDROM_Audio_Seek for non-linux systems.

parent 20512fd8
......@@ -501,7 +501,7 @@ int CDROM_Audio_Seek(WINE_CDAUDIO* wcda, DWORD at)
* use end of CD ROM instead
*/
FIXME("Could a BSD expert implement the seek function ?\n");
CDAUDIO_Play(wcda, at, wcda->lpdwTrackPos[wcda->nTracks] + wcda->lpdwTrackLen[wcda->nTracks]);
CDROM_Audio_Play(wcda, at, wcda->lpdwTrackPos[wcda->nTracks] + wcda->lpdwTrackLen[wcda->nTracks]);
#endif
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment