From 3486726ebb9b54353ad75bd49fdb3cd067f378bf Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 5 Aug 2016 11:19:57 +0000 Subject: [PATCH] Mentioned that an empty name with isoburn_igopt_set_scdbackup_tag disables it --- libisoburn/libisoburn.h | 1 + xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index b50f1ddf..71261105 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -1533,6 +1533,7 @@ int isoburn_igopt_get_data_start(struct isoburn_imgen_opts *o, int *lba); @since 0.4.4 @param o The option set to work on @param name The tag name. 80 characters max. + An empty name disables production of an scdbackup tag. @param timestamp A string of up to 13 characters YYMMDD.hhmmss A9 = 2009, B0 = 2010, B1 = 2011, ... C0 = 2020, ... @param tag_written Either NULL or the address of an array with at least 512 diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 18e2d042..172160ae 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2016.08.04.073312" +#define Xorriso_timestamP "2016.08.05.112045"