From c223717dceadf7df032e7c7b7a31644479ad3742 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 28 Sep 2006 11:54:56 +0000 Subject: [PATCH] Restored vanished line at end of -help text and added a new one --- trunk/cdrskin/cdrskin.c | 4 ++++ trunk/cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/trunk/cdrskin/cdrskin.c b/trunk/cdrskin/cdrskin.c index 52d76674..3b4c8e61 100644 --- a/trunk/cdrskin/cdrskin.c +++ b/trunk/cdrskin/cdrskin.c @@ -1840,6 +1840,10 @@ see_cdrskin_eng_html:; "the total byte count of the source must be announced via tsize=#.\n"); fprintf(stderr, "cdrskin will ensure that the announced tsize= is written even if\n"); + fprintf(stderr, + "the source delivers fewer bytes. But 0 bytes from stdin with fifo\n"); + fprintf(stderr, + "enabled will lead to abort and no burn attempt at all.\n"); #else /* ! Cdrskin_extra_leaN */ diff --git a/trunk/cdrskin/cdrskin_timestamp.h b/trunk/cdrskin/cdrskin_timestamp.h index acd53fca..9e99a8bf 100644 --- a/trunk/cdrskin/cdrskin_timestamp.h +++ b/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.09.28.074434" +#define Cdrskin_timestamP "2006.09.28.115734"