Allowed forceful blanking of blank media in burn_disc_erase()

This commit is contained in:
2007-02-17 08:56:41 +00:00
parent f20a598dc0
commit 9208532bc3
5 changed files with 29 additions and 14 deletions

View File

@ -276,7 +276,7 @@ int libburner_blank_disc(struct burn_drive *drive, int blank_fast)
return 2;
} else if (disc_state == BURN_DISC_FULL ||
disc_state == BURN_DISC_APPENDABLE) {
; /* this is what libburn is willing to blank */
; /* this is what libburner is willing to blank */
} else if (disc_state == BURN_DISC_EMPTY) {
fprintf(stderr,"FATAL: No media detected in drive\n");
return 0;