Interpreting new libisofs error code ISO_RR_PATH_TOO_LONG
This commit is contained in:
parent
53dedf8816
commit
b167784a57
@ -227,7 +227,8 @@ int Xorriso_tree_graft_node(struct XorrisO *xorriso, IsoImage *volume,
|
||||
ex:;
|
||||
if(ret<0) {
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
if(ret == ISO_RR_NAME_TOO_LONG || ret == ISO_RR_NAME_RESERVED)
|
||||
if(ret == ISO_RR_NAME_TOO_LONG || ret == ISO_RR_NAME_RESERVED ||
|
||||
ret == ISO_RR_PATH_TOO_LONG)
|
||||
namept= nominal_target;
|
||||
else
|
||||
namept= nominal_source;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.03.26.203042"
|
||||
#define Xorriso_timestamP "2011.03.29.150930"
|
||||
|
Loading…
Reference in New Issue
Block a user