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

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

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

revision 1.31 by scresto, Sun May 22 11:20:41 2005 UTC revision 1.32 by scresto, Sat May 28 01:30:50 2005 UTC
# Line 229  gboolean cdrecord_scan_for_drives(Tgrave Line 229  gboolean cdrecord_scan_for_drives(Tgrave
229    
230    free_drives(FALSE);    free_drives(FALSE);
231    for (Lcurentry = listesearchdrives; Lcurentry->detectline && *Labort == FALSE; Lcurentry++) {    for (Lcurentry = listesearchdrives; Lcurentry->detectline && *Labort == FALSE; Lcurentry++) {
232    
233      Lcommandline = g_strdup_printf("%s -scanbus %s", conf_get_string("cdrecord"), Lcurentry->detectline);      Lcommandline = g_strdup_printf("%s -scanbus %s", conf_get_string("cdrecord"), Lcurentry->detectline);
234    _DEB("commande =%s\n", Lcommandline);    _DEB("commande =%s\n", Lcommandline);
235      Lstatus = g_shell_parse_argv(Lcommandline, &Lnbrarg, &Lcmd, Aerror);      Lstatus = g_shell_parse_argv(Lcommandline, &Lnbrarg, &Lcmd, Aerror);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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