Got rid of assert() in sector.c by soft means

This commit is contained in:
2006-10-10 11:26:46 +00:00
parent bd1577debd
commit 96af620334
8 changed files with 133 additions and 26 deletions

View File

@ -258,6 +258,9 @@ void burn_disc_write(struct burn_write_opts *opts, struct burn_disc *disc)
"Drive capabilities not inquired yet", 0, 0);
return;
}
/* ts A61009 : obsolete Assert in sector_headers() */
if (! burn_disc_write_is_ok(opts, disc)) /* issues own msgs */
return;
o.drive = opts->drive;
o.opts = opts;