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:
3306da4
)
Use complete type name.
author
drepper
<drepper>
Thu, 18 Jun 1998 19:52:15 +0000
(19:52 +0000)
committer
drepper
<drepper>
Thu, 18 Jun 1998 19:52:15 +0000
(19:52 +0000)
intl/dcgettext.c
patch
|
blob
|
history
diff --git
a/intl/dcgettext.c
b/intl/dcgettext.c
index
2a2b895
..
9f76abf
100644
(file)
--- a/
intl/dcgettext.c
+++ b/
intl/dcgettext.c
@@
-298,7
+298,7
@@
DCGETTEXT (domainname, msgid, category)
size_t path_max;
char *ret;
- path_max = (unsigned) PATH_MAX;
+ path_max = (unsigned
int
) PATH_MAX;
path_max += 2; /* The getcwd docs say to do this. */
dirname = (char *) alloca (path_max + dirname_len);