Reacted on warning of cppcheck

This commit is contained in:
Thomas Schmitt 2012-03-21 19:35:37 +00:00
parent bd921d2d99
commit f720a0b1b9
2 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ int Xorriso_read_lines(struct XorrisO *xorriso, FILE *fp, int *linecount,
}
} else {
(*argv)= Smem_malloC(sizeof(char *));
if(argv == NULL)
if(*argv == NULL)
{ret= -1; goto ex;}
(*argv)[0]= strdup(line);
if((*argv)[0] == NULL)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.21.193153"
#define Xorriso_timestamP "2012.03.21.193557"