graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/sox.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/sox.c
Date: Wed, 02 Feb 2005 18:07:29 -0500

Index: graveman/current/src/sox.c
diff -u graveman/current/src/sox.c:1.5 graveman/current/src/sox.c:1.6
--- graveman/current/src/sox.c:1.5      Tue Jan 25 03:32:12 2005
+++ graveman/current/src/sox.c  Wed Feb  2 23:07:25 2005
@@ -115,9 +115,11 @@
   Lcomerrevent = g_io_add_watch (Lcomerr, (G_IO_IN | G_IO_HUP | G_IO_ERR | 
G_IO_PRI),
                                             sox_callback,
                                             Ahash);  
-  while (*Lcont > 1) {
+
+  while (*Lcont > 1 && *Labort == FALSE) {
     gtk_main_iteration(); 
   }
+
   g_source_remove(Lcomerrevent);
   g_source_remove(Lcomevent);
       




reply via email to

[Prev in Thread] Current Thread [Next in Thread]