Clarified the message for file paths which are much too long
This commit is contained in:
parent
a6328e82fc
commit
cb597ec570
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2019.09.29.205332"
|
||||
#define Xorriso_timestamP "2019.09.29.205504"
|
||||
|
Loading…
Reference in New Issue
Block a user