]> git.pld-linux.org Git - packages/dash.git/blame - dash-format.patch
up to 0.5.10.2
[packages/dash.git] / dash-format.patch
CommitLineData
04cc3a13
JB
1--- dash-0.5.8/src/jobs.c.orig 2014-09-28 10:19:32.000000000 +0200
2+++ dash-0.5.8/src/jobs.c 2014-10-05 17:40:52.165504729 +0200
3@@ -427,7 +427,7 @@
4 goto out;
5 #endif
6 }
7- col = fmtstr(s, 32, strsignal(st));
8+ col = fmtstr(s, 32, "%s", strsignal(st));
9 #ifdef WCOREDUMP
10 if (WCOREDUMP(status)) {
11 col += fmtstr(s + col, 16, " (core dumped)");
This page took 0.094746 seconds and 4 git commands to generate.