diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-04-16 19:02:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-04-16 19:02:19 +0000 |
commit | 0a2bad5a69baa1e1faa06e39ecc3bf4c480298d6 (patch) | |
tree | f895ddf55f5e1d5d7bcf0658f65b7974e1d1359e /sysutils/cdrtools-devel/files/patch-ai | |
parent | Add a temporary dependency on gettext-old and use msgfmt-old to process (diff) |
Upgrade to cdrtools-1.11a21.
Notes
Notes:
svn path=/head/; revision=57768
Diffstat (limited to 'sysutils/cdrtools-devel/files/patch-ai')
-rw-r--r-- | sysutils/cdrtools-devel/files/patch-ai | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/cdrtools-devel/files/patch-ai b/sysutils/cdrtools-devel/files/patch-ai index 86abda3cc0fe..4d3b61bc72cc 100644 --- a/sysutils/cdrtools-devel/files/patch-ai +++ b/sysutils/cdrtools-devel/files/patch-ai @@ -1,14 +1,14 @@ ---- cdrecord/drv_philips.c.orig Tue Feb 20 23:56:44 2001 -+++ cdrecord/drv_philips.c Tue Sep 18 17:42:51 2001 -@@ -505,12 +505,15 @@ - * READ BUFFER SCSI cmd which is meant to be used for - * something totally else, and which would only jam the - * Plasmon due to the incorrect parameters used. -+ * -+ * We need to return some !0 value, otherwise the upper -+ * layer would still issue a READ BUFFER, sigh. +--- cdrecord/drv_philips.c.orig Tue Nov 27 02:08:49 2001 ++++ cdrecord/drv_philips.c Sun Dec 16 13:05:46 2001 +@@ -542,10 +542,15 @@ + * expects different parameters. */ ++ /* ++ * We need to return some !0 value, otherwise the upper ++ * layer would still issue a READ BUFFER, sigh. ++ */ ++ if (sp) - *sp = 0L; + *sp = 1L * 1024 * 1024; |