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

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

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

revision 1.1 by scresto, Thu Feb 3 03:20:34 2005 UTC revision 1.2 by scresto, Tue Feb 8 02:32:57 2005 UTC
# Line 144  gboolean perform_format_dvd(GHashTable * Line 144  gboolean perform_format_dvd(GHashTable *
144      return FALSE;      return FALSE;
145    }    }
146    Lstatus = g_spawn_async_with_pipes(NULL, Lcmd, NULL, /* env argument */    Lstatus = g_spawn_async_with_pipes(NULL, Lcmd, NULL, /* env argument */
147        (GSpawnFlags ) (0),        (GSpawnFlags ) (G_SPAWN_DO_NOT_REAP_CHILD),
148         NULL, NULL, Lpid, NULL, &g_out, &g_err, Aerror);         NULL, NULL, Lpid, NULL, &g_out, &g_err, Aerror);
149    g_strfreev(Lcmd);    g_strfreev(Lcmd);
150    if (Lstatus == FALSE) {    if (Lstatus == FALSE) {
# Line 171  gboolean perform_format_dvd(GHashTable * Line 171  gboolean perform_format_dvd(GHashTable *
171      kill(*Lpid, SIGINT);      kill(*Lpid, SIGINT);
172    }    }
173    
174      exit_prog(*Lpid, Aerror, NULL);
175    
176    g_source_remove(Lcomerrevent);    g_source_remove(Lcomerrevent);
177    g_source_remove(Lcomevent);    g_source_remove(Lcomevent);
178    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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