Magellan Linux

Annotation of /trunk/cdparanoia/patches/cdparanoia-3.9.8-sgio-verbosity3.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 699 byte(s)
-import

1 niro 144 --- cdparanoia-III-alpha9.8/interface/scan_devices.c.verbosity3 2004-07-06 23:22:03.000000000 -0400
2     +++ cdparanoia-III-alpha9.8/interface/scan_devices.c 2004-07-06 23:22:03.000000000 -0400
3     @@ -522,6 +522,7 @@
4     d->ioctl_fd=fd;
5     d->bigendianp=-1; /* We don't know yet... */
6     d->nsectors=-1;
7     + d->messagedest=messagedest;
8    
9     d->interface=GENERIC_SCSI;
10    
11     --- cdparanoia-III-alpha9.8/report.c.verbosity3 1999-08-15 17:52:30.000000000 -0400
12     +++ cdparanoia-III-alpha9.8/report.c 2004-07-06 23:22:03.000000000 -0400
13     @@ -2,7 +2,7 @@
14     #include "interface/cdda_interface.h"
15    
16     int quiet=0;
17     -int verbose=CDDA_MESSAGE_FORGETIT;
18     +int verbose=CDDA_MESSAGE_PRINTIT;
19    
20     void report(char *s){
21     if(!quiet){