Corrected a typo in a message text
This commit is contained in:
parent
ed1fb4e43e
commit
4d04dc89e8
@ -1311,7 +1311,7 @@ int Xorriso_toc(struct XorrisO *xorriso, int flag)
|
|||||||
}
|
}
|
||||||
if(profile_no == 0x41 && num_sessions >= 300) {
|
if(profile_no == 0x41 && num_sessions >= 300) {
|
||||||
sprintf(xorriso->info_text,
|
sprintf(xorriso->info_text,
|
||||||
"Sequential BD-R medi/m now contains %d sessions. It is likely to soon fail writing.",
|
"Sequential BD-R medium now contains %d sessions. It is likely to soon fail writing.",
|
||||||
num_sessions);
|
num_sessions);
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2012.11.26.070047"
|
#define Xorriso_timestamP "2012.11.26.070128"
|
||||||
|
Loading…
Reference in New Issue
Block a user