fixed a type
This commit is contained in:
parent
3e2c46ac06
commit
1eb8713e5b
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ global int CDRomCheck(void *unused __attribute__ ((unused)))
|
|||
}
|
||||
}
|
||||
#elif defined(USE_LIBCDA)
|
||||
if (CDMode != CDModeRandom && CDMode != CDModeStopped
|
||||
if (CDMode != CDModeOff && CDMode != CDModeStopped
|
||||
&& !cd_current_track() && CDMode != CDModeDefined) {
|
||||
DebugLevel0Fn("Playing new track\n");
|
||||
PlayCDRom(CDMode);
|
||||
|
|
Loading…
Add table
Reference in a new issue