Extended struct burn_multi_caps by .might_simulate

This commit is contained in:
2007-05-28 16:56:58 +00:00
parent bbc91a6363
commit 1b90038fd5
4 changed files with 18 additions and 2 deletions

View File

@ -312,6 +312,11 @@ int telltoc_media(struct burn_drive *drive)
caps->advised_write_mode == BURN_WRITE_RAW ?
" (advised)" : "");
printf("\n");
printf("Write dummy : ");
if (caps->might_simulate)
printf("supposed to work with non-RAW modes\n");
else
printf("will not work\n");
o= burn_write_opts_new(drive);
if (o != NULL) {
burn_write_opts_set_perform_opc(o, 0);