Better handling of pseudo-drive without read-permission

This commit is contained in:
2011-03-24 18:25:00 +00:00
parent 878931f788
commit 472d7610ad
3 changed files with 12 additions and 3 deletions

View File

@ -1305,6 +1305,8 @@ int isoburn_emulate_toc(struct burn_drive *d, int flag)
else
readable_blocks= -1;
}
if(o->fabricated_disc_status == BURN_DISC_BLANK)
{ret= 0; goto failure;}
start_time= last_pacifier= time(NULL);
lba= 0;