Prepared cdrskin for drive role 5
This commit is contained in:
parent
6ae78e2d4d
commit
f5e5d85734
@ -4903,6 +4903,8 @@ int Cdrskin_checkdrive(struct CdrskiN *skin, char *profile_name, int flag)
|
||||
printf("%s\n","Emulated (stdio-drive, sequential write-only)");
|
||||
else if(ret==4)
|
||||
printf("%s\n","Emulated (stdio-drive, 2k random read-only)");
|
||||
else if(ret == 5)
|
||||
printf("%s\n","Emulated (stdio-drive, 2k random write-only)");
|
||||
else if(ret!=1)
|
||||
printf("%s\n","Emulated (stdio-drive)");
|
||||
else
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.03.13.192627"
|
||||
#define Cdrskin_timestamP "2011.03.18.093128"
|
||||
|
Loading…
Reference in New Issue
Block a user