]> TLD Linux GIT Repositories - packages/poldek.git/blobdiff - WTERMSIG.patch
- updated to 0.32.2, partial PLD merge
[packages/poldek.git] / WTERMSIG.patch
diff --git a/WTERMSIG.patch b/WTERMSIG.patch
new file mode 100644 (file)
index 0000000..5249c17
--- /dev/null
@@ -0,0 +1,11 @@
+--- poldek-0.32.2/vfile/vopen3.c~      2016-01-30 15:05:57.000000000 +0100
++++ poldek-0.32.2/vfile/vopen3.c       2016-10-18 08:14:09.638596140 +0200
+@@ -347,7 +347,7 @@
+     } else if (WIFSIGNALED(status)) {
+ #ifdef HAVE_STRSIGNAL
+         st_seterr(st, _("%s terminated by signal %d (%s)"),
+-                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(st)));
++                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(status)));
+ #else
+         st_seterr(st, _("%s terminated by signal %d"),
+                    st->cmd, WTERMSIG(status));