Corrected message duplication about emulated sessions on overwriteable media

This commit is contained in:
Thomas Schmitt 2008-09-17 19:39:11 +00:00
parent d7864bd13c
commit d56541d237
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.09.16.185206"
#define Xorriso_timestamP "2008.09.17.193824"

View File

@ -586,7 +586,7 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag)
if(state != BURN_DISC_BLANK) {
ret= isoburn_disc_get_msc1(drive, &load_lba);
if(ret > 0) {
sprintf(xorriso->info_text + strlen(xorriso->info_text),
sprintf(xorriso->info_text,
"Loading ISO image tree from LBA %d", load_lba);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
}