[Mplayer-cvslog] CVS: main/libao2 ao_alsa5.c,1.16,1.17

Diego Biurrun CVS diego at mplayerhq.hu
Wed Dec 24 23:00:52 CET 2003


Update of /cvsroot/mplayer/main/libao2
In directory mail:/tmp/cvs-serv7282/libao2

Modified Files:
	ao_alsa5.c 
Log Message:
occured --> occurred typo patch by Clinton Roy <croy at dstc.edu.au>


Index: ao_alsa5.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_alsa5.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ao_alsa5.c	3 Jul 2003 20:07:54 -0000	1.16
+++ ao_alsa5.c	24 Dec 2003 22:00:50 -0000	1.17
@@ -355,7 +355,7 @@
     ch_stat.channel = SND_PCM_CHANNEL_PLAYBACK;
 
     if (snd_pcm_channel_status(alsa_handler, &ch_stat) < 0)
-	return(0); /* error occured */
+	return(0); /* error occurred */
     else
 	return(ch_stat.free);
 }
@@ -368,7 +368,7 @@
     ch_stat.channel = SND_PCM_CHANNEL_PLAYBACK;
     
     if (snd_pcm_channel_status(alsa_handler, &ch_stat) < 0)
-	return((float)ao_data.buffersize/(float)ao_data.bps); /* error occured */
+	return((float)ao_data.buffersize/(float)ao_data.bps); /* error occurred */
     else
 	return((float)ch_stat.count/(float)ao_data.bps);
 }




More information about the MPlayer-cvslog mailing list