Got rid of bad pacifier text at end of CD writing
This commit is contained in:
parent
0c484dfe53
commit
d006ef3179
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2007.10.31.175916"
|
#define Xorriso_timestamP "2007.11.01.111351"
|
||||||
|
@ -375,7 +375,7 @@ int Xorriso_pacifier_loop(struct XorrisO *xorriso, struct burn_drive *drive,
|
|||||||
if(drive_status == BURN_DRIVE_IDLE)
|
if(drive_status == BURN_DRIVE_IDLE)
|
||||||
break;
|
break;
|
||||||
current_time= Sfile_microtime(0);
|
current_time= Sfile_microtime(0);
|
||||||
if(drive_status == BURN_DRIVE_WRITING) {
|
if(drive_status == BURN_DRIVE_WRITING && progress.sectors > 0) {
|
||||||
sprintf(xorriso->info_text, "Writing: sector %d of %d",
|
sprintf(xorriso->info_text, "Writing: sector %d of %d",
|
||||||
progress.sector, progress.sectors);
|
progress.sector, progress.sectors);
|
||||||
ret= isoburn_get_fifo_status(drive, &size, &free_bytes, &status_text);
|
ret= isoburn_get_fifo_status(drive, &size, &free_bytes, &status_text);
|
||||||
|
Loading…
Reference in New Issue
Block a user