projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7483315
)
Fixed a a «big bug» in a string ;-)
author
Daniel Mustieles
<daniel.mustieles@gmail.com>
Mon, 2 Jul 2012 15:24:45 +0000
(17:24 +0200)
committer
Daniel Mustieles
<daniel.mustieles@gmail.com>
Mon, 2 Jul 2012 15:24:45 +0000
(17:24 +0200)
glib/gregex.c
patch
|
blob
|
history
diff --git
a/glib/gregex.c
b/glib/gregex.c
index
839b1e6
..
825911b
100644
(file)
--- a/
glib/gregex.c
+++ b/
glib/gregex.c
@@
-486,7
+486,7
@@
translate_compile_error (gint *errcode, const gchar **errmsg)
*errmsg = _("(*VERB) not recognized");
break;
case G_REGEX_ERROR_NUMBER_TOO_BIG:
- *errmsg = _("number is too b
u
g");
+ *errmsg = _("number is too b
i
g");
break;
case G_REGEX_ERROR_MISSING_SUBPATTERN_NAME:
*errmsg = _("missing subpattern name after (?&");