Changed a suspiciously looking but correct code gesture. Coverity CID 28831.
This commit is contained in:
parent
e081af1d03
commit
1ea10c4a60
@ -1337,9 +1337,9 @@ int Xorriso_option_not_list(struct XorrisO *xorriso, char *adr, int flag)
|
|||||||
}
|
}
|
||||||
ret= 1;
|
ret= 1;
|
||||||
ex:;
|
ex:;
|
||||||
|
Xorriso_read_lines(xorriso, fp, &linecount, &argc, &argv, 2);
|
||||||
if(fp != NULL && fp != stdin)
|
if(fp != NULL && fp != stdin)
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
Xorriso_read_lines(xorriso, fp, &linecount, &argc, &argv, 2);
|
|
||||||
if(ret<=0) {
|
if(ret<=0) {
|
||||||
sprintf(xorriso->info_text, "Aborted reading of file ");
|
sprintf(xorriso->info_text, "Aborted reading of file ");
|
||||||
Text_shellsafe(adr, xorriso->info_text, 1);
|
Text_shellsafe(adr, xorriso->info_text, 1);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.11.07.110421"
|
#define Xorriso_timestamP "2015.11.07.111034"
|
||||||
|
Loading…
Reference in New Issue
Block a user