c88503add2
cdparanoia-alpha9.8-22.src.rpm
25 lines
896 B
Diff
25 lines
896 B
Diff
--- cdparanoia-III-alpha9.8/main.c.verbose 2004-04-21 13:07:58.608136480 -0400
|
|
+++ cdparanoia-III-alpha9.8/main.c 2004-04-21 13:09:04.660095056 -0400
|
|
@@ -851,7 +851,7 @@
|
|
if(verbose)
|
|
cdda_verbose_set(d,CDDA_MESSAGE_PRINTIT,CDDA_MESSAGE_PRINTIT);
|
|
else
|
|
- cdda_verbose_set(d,CDDA_MESSAGE_PRINTIT,CDDA_MESSAGE_FORGETIT);
|
|
+ cdda_verbose_set(d,CDDA_MESSAGE_FORGETIT,CDDA_MESSAGE_FORGETIT);
|
|
|
|
/* possibly force hand on endianness of drive, sector request size */
|
|
if(force_cdrom_endian!=-1){
|
|
@@ -1032,10 +1032,12 @@
|
|
paranoia_modeset(p,paranoia_mode);
|
|
if(force_cdrom_overlap!=-1)paranoia_overlapset(p,force_cdrom_overlap);
|
|
|
|
+#if 0
|
|
if(verbose)
|
|
cdda_verbose_set(d,CDDA_MESSAGE_LOGIT,CDDA_MESSAGE_LOGIT);
|
|
else
|
|
cdda_verbose_set(d,CDDA_MESSAGE_FORGETIT,CDDA_MESSAGE_FORGETIT);
|
|
+#endif
|
|
|
|
paranoia_seek(p,cursor=first_sector,SEEK_SET);
|
|
|