projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa95c5a
)
(keywords): Increase array size for faster indexing.
author
drepper
<drepper>
Fri, 30 Apr 1999 17:44:32 +0000
(17:44 +0000)
committer
drepper
<drepper>
Fri, 30 Apr 1999 17:44:32 +0000
(17:44 +0000)
stdlib/fmtmsg.c
patch
|
blob
|
history
diff --git
a/stdlib/fmtmsg.c
b/stdlib/fmtmsg.c
index
082839a
..
038c2ae
100644
(file)
--- a/
stdlib/fmtmsg.c
+++ b/
stdlib/fmtmsg.c
@@
-43,7
+43,7
@@
static const struct
{
size_t len;
/* Adjust the size if new elements are added. */
- const char name[
9
];
+ const char name[
12
];
} keywords[] =
{
{ 5, "label" },