From 9c48ad4dff5fac930d644afea1fb6b6e2e29458c 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 --- cdrskin/cdrskin.c | 4 ++++ cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 52d7667..3b4c8e6 100644 --- a/cdrskin/cdrskin.c +++ b/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/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index acd53fc..9e99a8b 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.09.28.074434" +#define Cdrskin_timestamP "2006.09.28.115734"