[Debburn-changes] r634 - cdrkit/trunk/readom

Eduard Bloch blade at alioth.debian.org
Wed Dec 27 13:55:08 CET 2006


Author: blade
Date: 2006-12-27 13:55:08 +0100 (Wed, 27 Dec 2006)
New Revision: 634

Modified:
   cdrkit/trunk/readom/readom.c
Log:
Added a fake prefix to version output of readom and fixed fileencoding

Modified: cdrkit/trunk/readom/readom.c
===================================================================
--- cdrkit/trunk/readom/readom.c	2006-12-27 12:45:07 UTC (rev 633)
+++ cdrkit/trunk/readom/readom.c	2006-12-27 12:55:08 UTC (rev 634)
@@ -310,12 +310,15 @@
 	}
 	if (help)
 		usage(0);
-  if (pversion) {
-     printf("readom " CDRKIT_VERSION " (" HOST_SYSTEM ")\n"
-           "Copyright (C) 1987, 1995-2006 Joerg Schilling\n"
-           "Copyright (C) 2006 Cdrkit maintainers\n"
-           "(modified version of <censored> -- "
-           "don't bother Joerg Schilling with problems)\n");
+	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"
+				"(modified version of <censored> -- "
+				"don't bother Joerg Schilling with problems)\n");
 		exit(0);
 	}
 
@@ -2021,7 +2024,7 @@
 static	void	qpto96(Uchar *sub, Uchar *subq, int dop);
 /*EXPORT	void	qpto96		__PR((Uchar *sub, Uchar *subq, int dop));*/
 /*
- * Q-Sub auf 96 Bytes blähen und P-Sub addieren
+ * Q-Sub auf 96 Bytes blähen und P-Sub addieren
  *
  * OUT: sub, IN: subqptr
  */




More information about the Debburn-changes mailing list