Reacted on warning of cppcheck
This commit is contained in:
parent
bd921d2d99
commit
f720a0b1b9
@ -433,7 +433,7 @@ int Xorriso_read_lines(struct XorrisO *xorriso, FILE *fp, int *linecount,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
(*argv)= Smem_malloC(sizeof(char *));
|
(*argv)= Smem_malloC(sizeof(char *));
|
||||||
if(argv == NULL)
|
if(*argv == NULL)
|
||||||
{ret= -1; goto ex;}
|
{ret= -1; goto ex;}
|
||||||
(*argv)[0]= strdup(line);
|
(*argv)[0]= strdup(line);
|
||||||
if((*argv)[0] == NULL)
|
if((*argv)[0] == NULL)
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2012.03.21.193153"
|
#define Xorriso_timestamP "2012.03.21.193557"
|
||||||
|
Loading…
Reference in New Issue
Block a user