commit | ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Aug 15 20:07:53 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Aug 15 20:07:53 2007 +0000 |
tree | 3a29ec44d7f37fc0a4e380531666413fa30d7e12 | |
parent | bb23c069191f18ed11b826371ed3571e214b41e3 [diff] [blame] |
v[hp]error_msg have 2-3 callsites only -> incorporate there.
diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c index 8c77378..894c80f 100644 --- a/libbb/herror_msg_and_die.c +++ b/libbb/herror_msg_and_die.c
@@ -14,7 +14,7 @@ va_list p; va_start(p, s); - bb_vherror_msg(s, p); + bb_verror_msg(s, p, hstrerror(h_errno)); va_end(p); xfunc_die(); }