The default CD drive is /dev/cd0, not /dev/cd0c.
Reviewed by: jhb Approved by: re (rwatson)
This commit is contained in:
parent
52ac2d6442
commit
89f35c14bd
@ -51,7 +51,7 @@ static const char rcsid[] =
|
||||
#define ASTS_VOID 0x15 /* No current audio status to return */
|
||||
|
||||
#ifndef DEFAULT_CD_DRIVE
|
||||
# define DEFAULT_CD_DRIVE "/dev/cd0c"
|
||||
# define DEFAULT_CD_DRIVE "/dev/cd0"
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_CD_PARTITION
|
||||
|
Loading…
Reference in New Issue
Block a user