Made cdrskin produce "ATIP start of lead" (on non-blank media for now)

This commit is contained in:
2006-10-20 11:34:52 +00:00
parent 84ecb57b47
commit 8610c9bd1d
7 changed files with 71 additions and 1 deletions

View File

@ -206,6 +206,9 @@ static void enumerate_common(char *fname, int bus_no, int host_no,
out.devname = burn_strdup(fname);
out.cam = NULL;
out.start_lba= -2000000000;
out.end_lba= -2000000000;
out.grab = sg_grab;
out.release = sg_release;
out.issue_command = sg_issue_command;