Interpreting new libisofs error codes ISO_RR_NAME_TOO_LONG ISO_RR_NAME_RESERVED
This commit is contained in:
parent
2844a45c97
commit
53dedf8816
@ -227,7 +227,7 @@ int Xorriso_tree_graft_node(struct XorrisO *xorriso, IsoImage *volume,
|
||||
ex:;
|
||||
if(ret<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;
|
||||
else
|
||||
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