Clarified the message for file paths which are much too long

This commit is contained in:
Thomas Schmitt 2019-09-29 22:55:25 +02:00
parent a6328e82fc
commit cb597ec570
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2019.09.29.205332"
#define Xorriso_timestamP "2019.09.29.205504"