- use bb_error_msg
This commit is contained in:
parent
8025afad8a
commit
cea0a8bccb
@ -219,7 +219,7 @@ static VALUE *docolon(VALUE * sv, VALUE * pv)
|
|||||||
tostring(pv);
|
tostring(pv);
|
||||||
|
|
||||||
if (pv->u.s[0] == '^') {
|
if (pv->u.s[0] == '^') {
|
||||||
fprintf(stderr, "\
|
bb_error_msg("\
|
||||||
warning: unportable BRE: `%s': using `^' as the first character\n\
|
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);
|
of a basic regular expression is not portable; it is being ignored", pv->u.s);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user