From ec763a5ec92ed7f1bc519ba286026171be5c26d9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 27 Sep 2007 09:32:13 +0000 Subject: [PATCH] Corrected announcement with dev=help about stdio: "Open via UNIX device" --- cdrskin/cdrskin.c | 2 +- cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 9b13d5f..67e92ee 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -2419,7 +2419,7 @@ set_dev:; fprintf(stderr,"Target specifier:\tpath\n"); fprintf(stderr,"Target example:\t\tstdio:/tmp/pseudo_drive\n"); fprintf(stderr,"SCSI Bus scanning:\tnot supported\n"); - fprintf(stderr,"Open via UNIX device:\tsupported\n"); + fprintf(stderr,"Open via UNIX device:\tnot supported\n"); } else { if(Cdrpreskin__allows_emulated_drives("",reason,0)>0) printf("\ncdrskin: NOTE : Option --allow_emulated_drives would allow dev=stdio:\n"); diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index e28f637..80462ef 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.09.27.083351" +#define Cdrskin_timestamP "2007.09.27.093129"