]> TLD Linux GIT Repositories - packages/poldek.git/blob - WTERMSIG.patch
- release 4
[packages/poldek.git] / WTERMSIG.patch
1 --- poldek-0.32.2/vfile/vopen3.c~       2016-01-30 15:05:57.000000000 +0100
2 +++ poldek-0.32.2/vfile/vopen3.c        2016-10-18 08:14:09.638596140 +0200
3 @@ -347,7 +347,7 @@
4      } else if (WIFSIGNALED(status)) {
5  #ifdef HAVE_STRSIGNAL
6          st_seterr(st, _("%s terminated by signal %d (%s)"),
7 -                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(st)));
8 +                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(status)));
9  #else
10          st_seterr(st, _("%s terminated by signal %d"),
11                     st->cmd, WTERMSIG(status));