mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-13 15:17:44 +02:00
2017-05-11 Fred Gleason <fredg@paravelsystems.com>
* Removed debug printfs from 'lib/rdcddblookup.cpp'.
This commit is contained in:
parent
655d4c37a3
commit
c4af1a9f1b
@ -15771,3 +15771,5 @@
|
|||||||
* Added a workaround for icedax(1)'s idiotic user prompt in
|
* Added a workaround for icedax(1)'s idiotic user prompt in
|
||||||
'lib/rdcddblookup.cpp' to prevent freezes when attempting to read
|
'lib/rdcddblookup.cpp' to prevent freezes when attempting to read
|
||||||
CD-TEXT.
|
CD-TEXT.
|
||||||
|
2017-05-11 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed debug printfs from 'lib/rdcddblookup.cpp'.
|
||||||
|
@ -346,12 +346,10 @@ bool RDCddbLookup::ReadCdText(const QString &cdda_dir,const QString &cdda_dev)
|
|||||||
output=proc->readStderr();
|
output=proc->readStderr();
|
||||||
if(output.size()>0) { // Work around icedax(1)'s idiotic user prompt
|
if(output.size()>0) { // Work around icedax(1)'s idiotic user prompt
|
||||||
if(strncmp(output,"load cdrom please and press enter",33)==0) {
|
if(strncmp(output,"load cdrom please and press enter",33)==0) {
|
||||||
printf("icedax killed!\n");
|
|
||||||
proc->kill();
|
proc->kill();
|
||||||
delete proc;
|
delete proc;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
printf("icedax spinning...\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if((!proc->normalExit())||(proc->exitStatus()!=0)) {
|
if((!proc->normalExit())||(proc->exitStatus()!=0)) {
|
||||||
@ -359,7 +357,6 @@ bool RDCddbLookup::ReadCdText(const QString &cdda_dir,const QString &cdda_dev)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
delete proc;
|
delete proc;
|
||||||
printf("icedax success!\n");
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Read the Track Title Data File
|
// Read the Track Title Data File
|
||||||
|
Loading…
x
Reference in New Issue
Block a user