From 21511e3fdf41488b01694d80296925908d7c3920 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 26 May 2013 19:00:13 +0000 Subject: [PATCH] Luring K3B into using -xa rather than -xa1 --- cdrskin/cdrskin.c | 2 ++ cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 8d343ff..7b23ff1 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -2937,6 +2937,8 @@ set_dev:; printf( " --xa1-ignore with -xa1 do not strip 8 byte headers\n"); printf( + " -xamix DO NOT USE (Dummy announcement to make K3B use -xa)\n"); + printf( "Preconfigured arguments are read from the following startup files\n"); printf( "if they exist and are readable. The sequence is as listed here:\n"); diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 42ccd84..9b2c620 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2013.05.23.154249" +#define Cdrskin_timestamP "2013.05.26.185945"