Fixed a message about -paste_bin from and to paths
This commit is contained in:
parent
b5a33c3418
commit
b2d9384ec9
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2020 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2021 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
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);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2021.09.13.151219"
|
||||
#define Xorriso_timestamP "2021.09.13.151337"
|
||||
|
Loading…
Reference in New Issue
Block a user