pkgsrc/sysutils/gcombust/patches/patch-ab
bouyer f188e3799e Ignore scsibus/target/lun info, and don't generate a dev=x,y,z parameter
if the Device dialog is empty (we'll then use cdrecord's defaults).
XXX someone with some clues about gtk should remove the scsibus/target/lun
dialogs, as well as "check scsi settings", "detect scsi drive"
buttons from the "Cd recorder device options" box.
2001-06-11 17:45:55 +00:00

20 lines
518 B
Text

$NetBSD: patch-ab,v 1.1 2001/06/11 17:45:55 bouyer Exp $
--- src/command.c.orig Wed Jun 6 15:05:16 2001
+++ src/command.c Wed Jun 6 15:05:38 2001
@@ -99,6 +99,7 @@
add_option_to_cmd(cdr_cmd, s);
free(s);
} else {
+#if 0
/* room for xx,xx,xx\0 */
char device[9];
if (-1 == g_snprintf(device, 9, "%i,%i,%i",
@@ -111,6 +112,7 @@
s = string_append(s, device);
add_option_to_cmd(cdr_cmd, s);
free(s);
+#endif /* 0 */
}
if (0 != strlen(gtk_entry_get_text(GTK_ENTRY(cdr_info->driver)))) {