]> git.pld-linux.org Git - packages/poldek.git/blame - WTERMSIG.patch
- release 14 (by relup.sh)
[packages/poldek.git] / WTERMSIG.patch
CommitLineData
b9e98057
JR
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));
This page took 0.028595 seconds and 4 git commands to generate.