diff --git a/xorriso/text_io.c b/xorriso/text_io.c index 983aa880..3ff15c29 100644 --- a/xorriso/text_io.c +++ b/xorriso/text_io.c @@ -4065,7 +4065,7 @@ int Xorriso_much_too_long(struct XorrisO *xorriso, int len, int flag) { if(len>=SfileadrL || (flag&2)) { sprintf(xorriso->info_text, - "Path given for %s is much too long (%d)", + "Path given for file in %s is much too long (%d)", ((flag&1) ? "local filesystem" : "ISO image"), len); Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0); return(0); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 35c051f0..02b99d75 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2019.09.29.205332" +#define Xorriso_timestamP "2019.09.29.205504"