From 75970e2496e44081007bbb21a8cf2c8ebd1153c7 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 12 May 1996 17:40:18 +0000 Subject: (psout): When printing result of ps_fmt_creation_error, don't pass ERR to error (it should already be in PROBLEM if necessary). --- utils/psout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/psout.c') diff --git a/utils/psout.c b/utils/psout.c index e324bf8a..7f2b0591 100644 --- a/utils/psout.c +++ b/utils/psout.c @@ -42,7 +42,7 @@ psout (struct proc_stat_list *procs, { char *problem; ps_fmt_creation_error (fmt_string, posix_fmt, specs, &problem); - error (4, err, "%s", problem); + error (4, 0, "%s", problem); } if (squash_bogus_fields) -- cgit v1.2.3