Corrected error message about drive class "caution"
This commit is contained in:
parent
e195c4465b
commit
23133e5e77
@ -114,7 +114,7 @@ int Xorriso_auto_driveadr(struct XorrisO *xorriso, char *adr, char *result,
|
||||
strcat(xorriso->info_text, "not MMC");
|
||||
else
|
||||
strcat(xorriso->info_text, "not existing");
|
||||
strcat(xorriso->info_text, " and -drive_class 'risky' ");
|
||||
strcat(xorriso->info_text, " and -drive_class 'caution' ");
|
||||
Text_shellsafe(Xorriso_get_pattern(xorriso,xorriso->drive_greylist,
|
||||
ret - 1, 0),
|
||||
xorriso->info_text, 1);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.02.28.142843"
|
||||
#define Xorriso_timestamP "2015.03.03.201723"
|
||||
|
Loading…
Reference in New Issue
Block a user