/[graveman]/graveman/current/src/sox.c
ViewVC logotype

Diff of /graveman/current/src/sox.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by scresto, Tue Jan 25 03:32:12 2005 UTC revision 1.6 by scresto, Wed Feb 2 23:07:25 2005 UTC
# Line 115  gboolean SoundToCdr(GHashTable *Ahash, g Line 115  gboolean SoundToCdr(GHashTable *Ahash, g
115    Lcomerrevent = g_io_add_watch (Lcomerr, (G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_PRI),    Lcomerrevent = g_io_add_watch (Lcomerr, (G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_PRI),
116                                               sox_callback,                                               sox_callback,
117                                               Ahash);                                                 Ahash);  
118    while (*Lcont > 1) {  
119      while (*Lcont > 1 && *Labort == FALSE) {
120      gtk_main_iteration();      gtk_main_iteration();
121    }    }
122    
123    g_source_remove(Lcomerrevent);    g_source_remove(Lcomerrevent);
124    g_source_remove(Lcomevent);    g_source_remove(Lcomevent);
125                

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26