Made -quoted_path_list continue to execute words after error in the same line
This commit is contained in:
parent
7cac6fcfbf
commit
c933076b4b
@ -154,15 +154,17 @@ int Xorriso_option_path_list(struct XorrisO *xorriso, char *adr, int flag)
|
||||
if(ret<=0 || xorriso->request_to_abort)
|
||||
goto problem_handler;
|
||||
insertcount++;
|
||||
}
|
||||
|
||||
continue; /* regular bottom of loop */
|
||||
continue; /* regular bottom of loop */
|
||||
problem_handler:;
|
||||
was_failure= 1;
|
||||
fret= Xorriso_eval_problem_status(xorriso, ret, 1|2);
|
||||
if(fret>=0)
|
||||
continue;
|
||||
goto ex;
|
||||
was_failure= 1;
|
||||
fret= Xorriso_eval_problem_status(xorriso, ret, 1|2);
|
||||
if(fret>=0)
|
||||
continue;
|
||||
if(ret > 0)
|
||||
ret= 0;
|
||||
goto ex;
|
||||
}
|
||||
}
|
||||
ret= 1;
|
||||
ex:;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.06.20.164738"
|
||||
#define Xorriso_timestamP "2010.06.22.132641"
|
||||
|
Loading…
Reference in New Issue
Block a user