Comment 69 for bug 581925

Revision history for this message
jonie (jonie) wrote :

Yet another fix:
no next session for "appendable" DVD-RW 13h, this fixes the aforementioned iso burning bug:

- if ((header[2] & 3) < 2)
+ if ((header[2] & 3) < 2 && !cd_media_dvd_rw_ro)
  cd_media_session_next = header[10] << 8 | header[5];