Signed-off-by: Ralf Thielow <[email protected]>
---
usage.c | 2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/usage.c b/usage.c
index a2a6678..162a4b2 100644
--- a/usage.c
+++ b/usage.c
@@ -44,7 +44,7 @@ static void error_builtin(const char *err, va_list params)
static void warn_builtin(const char *warn, va_list params)
{
- vreportf("warning: ", warn, params);
+ print_with_prefix(_("warning:"), warn, params);
}
/* If we are in a dlopen()ed .so write to a global variable would segfault
--
1.7.12.176.g3fc0e4c.dirty
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html