aboutsummaryrefslogtreecommitdiff
path: root/libbb/herror_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/herror_msg.c')
-rw-r--r--libbb/herror_msg.c2
1 files changed, 1 insertions, 1 deletions
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);
}