Mentioned that an empty name with isoburn_igopt_set_scdbackup_tag disables it

This commit is contained in:
Thomas Schmitt 2016-08-05 11:19:57 +00:00
parent 2cb8ae96f0
commit 3486726ebb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2016.08.04.073312"
#define Xorriso_timestamP "2016.08.05.112045"