From eaf0fa83c18019aa7300399af08aa21f973353e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 24 Dec 2006 15:45:59 +0000 Subject: [PATCH] - compat with cdrtools for readcd Changed files: cdrkit-compat.patch -> 1.1 --- cdrkit-compat.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cdrkit-compat.patch diff --git a/cdrkit-compat.patch b/cdrkit-compat.patch new file mode 100644 index 0000000..cd4b630 --- /dev/null +++ b/cdrkit-compat.patch @@ -0,0 +1,12 @@ +diff -urN cdrkit-1.1.0.org/readom/readom.c cdrkit-1.1.0/readom/readom.c +--- cdrkit-1.1.0.org/readom/readom.c 2006-11-25 13:13:05.000000000 +0100 ++++ cdrkit-1.1.0/readom/readom.c 2006-12-24 14:42:40.421054000 +0100 +@@ -315,6 +315,8 @@ + if (help) + usage(0); + if (pversion) { ++ printf("readcd %s is not what you see here. This line is only a fake for too clever\n" ++ "GUIs and other frontend applications. In fact, this program is:\n", cdr_version); + printf("readom " CDRKIT_VERSION " (" HOST_SYSTEM ")\n" + "Copyright (C) 1987, 1995-2006 Joerg Schilling\n" + "Copyright (C) 2006 Cdrkit maintainers\n" -- 2.43.0