]> git.pld-linux.org Git - packages/cdrkit.git/blob - cdrkit-compat.patch
- compat with cdrtools for readcd
[packages/cdrkit.git] / cdrkit-compat.patch
1 diff -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.07465 seconds and 3 git commands to generate.