From b2d9384ec948c0e8a23f382335d158e157e5122b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 13 Sep 2021 17:14:25 +0200 Subject: [PATCH] Fixed a message about -paste_bin from and to paths --- xorriso/opts_p_z.c | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorriso/opts_p_z.c b/xorriso/opts_p_z.c index da6aebc6..4ad27116 100644 --- a/xorriso/opts_p_z.c +++ b/xorriso/opts_p_z.c @@ -1,7 +1,7 @@ /* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2020 Thomas Schmitt, + Copyright 2007-2021 Thomas Schmitt, Provided under GPL version 2 or later. @@ -143,7 +143,7 @@ int Xorriso_option_paste_in(struct XorrisO *xorriso, char *iso_rr_path, } bytecount= num; sprintf(xorriso->info_text, "-paste_in from %s to %s, byte %.f to %.f", - disk_path, iso_rr_path, + iso_rr_path, disk_path, (double) startbyte, (double) (startbyte+bytecount)); Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 26cdd26f..ff56a5b2 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2021.09.13.151219" +#define Xorriso_timestamP "2021.09.13.151337"