- use bb_error_msg
This commit is contained in:
parent
8025afad8a
commit
cea0a8bccb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue