summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index 1c245b832..fae3795a8 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -422,7 +422,7 @@ docolon (VALUE *sv, VALUE *pv)
if (pv->u.s[0] == '^')
{
error (0, 0, _("\
-warning: unportable BRE: `%s': using `^' as the first character\n\
+warning: unportable BRE: %s: using `^' as the first character\n\
of the basic regular expression is not portable; it is being ignored"),
quote (pv->u.s));
}