Bug fix: CD SAO sessions with data tracks started by an audio pause

This commit is contained in:
2012-05-30 20:22:07 +00:00
parent 6956a3b3d3
commit 8ce54bcb28
4 changed files with 24 additions and 11 deletions

View File

@@ -908,6 +908,12 @@ int mmc_write(struct burn_drive *d, int start, struct buffer *buf)
extern int burn_sg_log_scsi;
#endif
/*
fprintf(stderr, "libburn_DEBUG: buffer sectors= %d bytes= %d\n",
buf->sectors, buf->bytes);
*/
c = &(d->casual_command);
#ifdef Libburn_log_in_and_out_streaM