From ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 15 Aug 2007 20:07:53 +0000 Subject: v[hp]error_msg have 2-3 callsites only -> incorporate there. --- libbb/herror_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/herror_msg.c') diff --git a/libbb/herror_msg.c b/libbb/herror_msg.c index 943702c68..264690ba0 100644 --- a/libbb/herror_msg.c +++ b/libbb/herror_msg.c @@ -14,6 +14,6 @@ void bb_herror_msg(const char *s, ...) va_list p; va_start(p, s); - bb_vherror_msg(s, p); + bb_verror_msg(s, p, hstrerror(h_errno)); va_end(p); } -- cgit v1.2.3