projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
second update 960907 from main archive
[kopensolaris-gnu/glibc.git]
/
locale
/
loadlocale.c
diff --git
a/locale/loadlocale.c
b/locale/loadlocale.c
index
464f8ba
..
d465ed1
100644
(file)
--- a/
locale/loadlocale.c
+++ b/
locale/loadlocale.c
@@
-181,7
+181,7
@@
_nl_load_locale (struct loaded_l10nfile *file, int category)
if (W (filedata->nstrings) < _nl_category_num_items[category] ||
(sizeof *filedata + W (filedata->nstrings) * sizeof (unsigned int)
- >= st.st_size))
+ >=
(size_t)
st.st_size))
{
/* Insufficient data. */
errno = EINVAL;