Reacted on warning of cppcheck
This commit is contained in:
parent
72c0e6236d
commit
cda1817079
@ -2335,7 +2335,7 @@ int Cdrpreskin_fallback(struct CdrpreskiN *preskin, int argc, char **argv,
|
||||
execvp(hargv[0], hargv);
|
||||
failure:;
|
||||
fprintf(stderr,"cdrskin: FATAL : Cannot start fallback program '%s'\n",
|
||||
hargv[0]);
|
||||
preskin->fallback_program);
|
||||
fprintf(stderr,"cdrskin: errno=%d \"%s\"\n",
|
||||
errno, (errno > 0 ? strerror(errno) : "unidentified error"));
|
||||
exit(15);
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2012.02.22.103056"
|
||||
#define Cdrskin_timestamP "2012.03.21.193320"
|
||||
|
Loading…
Reference in New Issue
Block a user