pkgsrc/sysutils/cdrdao/patches/patch-ad
dillo 0aae6963ed update to 1.1.9:
This release focuses on bug and compile fixes, upgrade to a newer
scsilib library (from cdrtools 2.01a31), as well as some new cdrdao
options and features (MMC driver auto-detection, discid command,
--full-burn option).
2004-06-20 19:05:25 +00:00

12 lines
350 B
Text

$NetBSD: patch-ad,v 1.3 2004/06/20 19:05:25 dillo Exp $
--- dao/GenericMMC.cc.orig 2004-06-05 21:40:52.000000000 +0200
+++ dao/GenericMMC.cc
@@ -2019,6 +2019,7 @@ CdRawToc *GenericMMC::getRawToc(int sess
}
dataLen = ((reqData[0] << 8) | reqData[1]) + 2;
+ dataLen = (dataLen + 1) & ~1;
message(4, "Raw toc data len: %d", dataLen);