From: Bernhard Reutner-Fischer Date: Mon, 2 Apr 2007 17:01:22 +0000 (-0000) Subject: - use bb_error_msg X-Git-Tag: 1_6_0~259 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cea0a8bccbb0d98eb0e7423e6fff0d8529db8efe;p=oweals%2Fbusybox.git - use bb_error_msg --- diff --git a/coreutils/expr.c b/coreutils/expr.c index 8401594b5..f75f6e0de 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c @@ -219,7 +219,7 @@ static VALUE *docolon(VALUE * sv, VALUE * pv) tostring(pv); if (pv->u.s[0] == '^') { - fprintf(stderr, "\ + bb_error_msg("\ warning: unportable BRE: `%s': using `^' as the first character\n\ of a basic regular expression is not portable; it is being ignored", pv->u.s); }