| 153 |
gint g_in, g_out, g_err, Lnbrarg; |
gint g_in, g_out, g_err, Lnbrarg; |
| 154 |
gboolean Lstatus = FALSE; |
gboolean Lstatus = FALSE; |
| 155 |
gchar *Lbufvitesse; |
gchar *Lbufvitesse; |
| 156 |
Tdriveinfo *Ldevice = get_drive_info(Ag, "srccopycombo"); |
Tdriveinfo *Ldevice = matos_get_drive_info(Ag, "srccopycombo"); |
| 157 |
|
|
| 158 |
gtk_label_set_text(Ltitle, _("Duplication will start shortly...")); |
gtk_label_set_text(Ltitle, _("Duplication will start shortly...")); |
| 159 |
|
|
| 160 |
Lbufvitesse = get_combo_value(Lvitesse); |
Lbufvitesse = get_combo_value(Lvitesse); |
| 161 |
|
|
| 162 |
|
/* try to umount device before device access */ |
| 163 |
|
matos_umount_device(Ldevice, NULL); |
| 164 |
|
|
| 165 |
Lcommandline = g_strdup_printf("%s dev=%s f=\"%s\" %s%s -v", |
Lcommandline = g_strdup_printf("%s dev=%s f=\"%s\" %s%s -v", |
| 166 |
conf_get_string("readcd"), DRIVE_DEV(Ldevice), Liso, *Lbufvitesse != '0' ? "speed=" : "", *Lbufvitesse != '0' ? Lbufvitesse : ""); |
conf_get_string("readcd"), DRIVE_DEV(Ldevice), Liso, *Lbufvitesse != '0' ? "speed=" : "", *Lbufvitesse != '0' ? Lbufvitesse : ""); |
| 167 |
g_free(Lbufvitesse); |
g_free(Lbufvitesse); |