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)
|
if(ret<=0 || xorriso->request_to_abort)
|
||||||
goto problem_handler;
|
goto problem_handler;
|
||||||
insertcount++;
|
insertcount++;
|
||||||
}
|
|
||||||
|
|
||||||
continue; /* regular bottom of loop */
|
continue; /* regular bottom of loop */
|
||||||
problem_handler:;
|
problem_handler:;
|
||||||
was_failure= 1;
|
was_failure= 1;
|
||||||
fret= Xorriso_eval_problem_status(xorriso, ret, 1|2);
|
fret= Xorriso_eval_problem_status(xorriso, ret, 1|2);
|
||||||
if(fret>=0)
|
if(fret>=0)
|
||||||
continue;
|
continue;
|
||||||
goto ex;
|
if(ret > 0)
|
||||||
|
ret= 0;
|
||||||
|
goto ex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ret= 1;
|
ret= 1;
|
||||||
ex:;
|
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