Interpreting new libisofs error codes ISO_RR_NAME_TOO_LONG ISO_RR_NAME_RESERVED

This commit is contained in:
Thomas Schmitt 2011-03-26 20:30:25 +00:00
parent b537c4504e
commit 0f2b6f6c56
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.03.26.144541"
#define Xorriso_timestamP "2011.03.26.203042"