Fixed a typo in a hint about fast blanked DVD-RW
This commit is contained in:
parent
f75d8a8004
commit
603514c132
@ -92,7 +92,7 @@ int Xorriso_check_multi(struct XorrisO *xorriso, struct burn_drive *drive,
|
|||||||
"Possibly it was blanked by -blank \"deformat_quickest\"");
|
"Possibly it was blanked by -blank \"deformat_quickest\"");
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "HINT", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "HINT", 0);
|
||||||
sprintf(xorriso->info_text,
|
sprintf(xorriso->info_text,
|
||||||
"After writing a session with -closed \"on\", apply -blank \"all\"");
|
"After writing a session with -close \"on\", apply -blank \"all\"");
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "HINT", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "HINT", 0);
|
||||||
}
|
}
|
||||||
return(0);
|
return(0);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.06.01.165129"
|
#define Xorriso_timestamP "2011.06.07.144548"
|
||||||
|
Loading…
Reference in New Issue
Block a user