changeset 1053:86da433104a8 trunk

[svn] - add an additional ip_data.stop check
author nenolod
date Sun, 14 May 2006 20:40:08 -0700
parents d156312807c1
children 2494d029279b
files audacious/output.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/output.c	Sun May 14 20:38:22 2006 -0700
+++ b/audacious/output.c	Sun May 14 20:40:08 2006 -0700
@@ -401,6 +401,9 @@
 	    g_usleep(10000);                   /*   else sleep for retry     */
 	}
 
+	if (ip_data.stop)
+	    return;
+
 	/* do output */
 	op->write_audio(((guint8 *) ptr) + writeoffs, writable);