Interpreting new libisofs error codes ISO_RR_NAME_TOO_LONG ISO_RR_NAME_RESERVED
This commit is contained in:
parent
b537c4504e
commit
0f2b6f6c56
@ -227,7 +227,7 @@ 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_WRONG_ARG_VALUE)
|
if(ret == ISO_RR_NAME_TOO_LONG || ret == ISO_RR_NAME_RESERVED)
|
||||||
namept= nominal_target;
|
namept= nominal_target;
|
||||||
else
|
else
|
||||||
namept= nominal_source;
|
namept= nominal_source;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.03.26.144541"
|
#define Xorriso_timestamP "2011.03.26.203042"
|
||||||
|
Loading…
Reference in New Issue
Block a user