10l, patch by Bjoern Sandell

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12149 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-04-06 20:06:57 +00:00
parent 09e0b9d4b9
commit 6835ae9345
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ static void uninit(int immed){
static void reset(){
audio_info_t info;
uninit();
uninit(1);
audio_fd=open(audio_dev, O_WRONLY);
if(audio_fd<0){
printf("\nFatal error: *** CANNOT RE-OPEN / RESET AUDIO DEVICE (%s) ***\n", strerror(errno));