Reacted on warning of cppcheck

This commit is contained in:
Thomas Schmitt 2012-03-21 19:33:12 +00:00
parent 72c0e6236d
commit cda1817079
2 changed files with 2 additions and 2 deletions

View File

@ -2335,7 +2335,7 @@ int Cdrpreskin_fallback(struct CdrpreskiN *preskin, int argc, char **argv,
execvp(hargv[0], hargv); execvp(hargv[0], hargv);
failure:; failure:;
fprintf(stderr,"cdrskin: FATAL : Cannot start fallback program '%s'\n", fprintf(stderr,"cdrskin: FATAL : Cannot start fallback program '%s'\n",
hargv[0]); preskin->fallback_program);
fprintf(stderr,"cdrskin: errno=%d \"%s\"\n", fprintf(stderr,"cdrskin: errno=%d \"%s\"\n",
errno, (errno > 0 ? strerror(errno) : "unidentified error")); errno, (errno > 0 ? strerror(errno) : "unidentified error"));
exit(15); exit(15);

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.02.22.103056" #define Cdrskin_timestamP "2012.03.21.193320"