You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
699 B
22 lines
699 B
--- cdparanoia-III-alpha9.8/interface/scan_devices.c.verbosity3 2004-07-06 23:22:03.000000000 -0400
|
|
+++ cdparanoia-III-alpha9.8/interface/scan_devices.c 2004-07-06 23:22:03.000000000 -0400
|
|
@@ -522,6 +522,7 @@
|
|
d->ioctl_fd=fd;
|
|
d->bigendianp=-1; /* We don't know yet... */
|
|
d->nsectors=-1;
|
|
+ d->messagedest=messagedest;
|
|
|
|
d->interface=GENERIC_SCSI;
|
|
|
|
--- cdparanoia-III-alpha9.8/report.c.verbosity3 1999-08-15 17:52:30.000000000 -0400
|
|
+++ cdparanoia-III-alpha9.8/report.c 2004-07-06 23:22:03.000000000 -0400
|
|
@@ -2,7 +2,7 @@
|
|
#include "interface/cdda_interface.h"
|
|
|
|
int quiet=0;
|
|
-int verbose=CDDA_MESSAGE_FORGETIT;
|
|
+int verbose=CDDA_MESSAGE_PRINTIT;
|
|
|
|
void report(char *s){
|
|
if(!quiet){
|