Prepared cdrskin for drive role 5

This commit is contained in:
Thomas Schmitt 2011-03-18 09:31:24 +00:00
parent ed811f45e6
commit 998fcdbefa
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.03.13.192627"
#define Cdrskin_timestamP "2011.03.18.093128"