whoops: Adding quote(...) isn't enough :)
authorJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:41:57 +0000 (21:41 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:41:57 +0000 (21:41 +0000)
remove quotes from the string, too.

src/expr.c

index 1c245b8..fae3795 100644 (file)
@@ -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));
     }