Interpreting new libisofs error code ISO_RR_PATH_TOO_LONG
This commit is contained in:
parent
0f2b6f6c56
commit
45c1c8a862
@ -227,7 +227,8 @@ int Xorriso_tree_graft_node(struct XorrisO *xorriso, IsoImage *volume,
|
|||||||
ex:;
|
ex:;
|
||||||
if(ret<0) {
|
if(ret<0) {
|
||||||
Xorriso_process_msg_queues(xorriso,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;
|
namept= nominal_target;
|
||||||
else
|
else
|
||||||
namept= nominal_source;
|
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