]> git.pld-linux.org Git - packages/cdrkit.git/blame - cdrkit-compat.patch
- rel 2; compatible --version for readcd to be used in GUIs
[packages/cdrkit.git] / cdrkit-compat.patch
CommitLineData
eaf0fa83
AM
1diff -urN cdrkit-1.1.0.org/readom/readom.c cdrkit-1.1.0/readom/readom.c
2--- cdrkit-1.1.0.org/readom/readom.c 2006-11-25 13:13:05.000000000 +0100
3+++ cdrkit-1.1.0/readom/readom.c 2006-12-24 14:42:40.421054000 +0100
4@@ -315,6 +315,8 @@
5 if (help)
6 usage(0);
7 if (pversion) {
8+ printf("readcd %s is not what you see here. This line is only a fake for too clever\n"
9+ "GUIs and other frontend applications. In fact, this program is:\n", cdr_version);
10 printf("readom " CDRKIT_VERSION " (" HOST_SYSTEM ")\n"
11 "Copyright (C) 1987, 1995-2006 Joerg Schilling\n"
12 "Copyright (C) 2006 Cdrkit maintainers\n"
This page took 0.032297 seconds and 4 git commands to generate.