projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(ucs4_to_cns11643): Define needed as size_t.
[kopensolaris-gnu/glibc.git]
/
iconvdata
/
cns11643.h
diff --git
a/iconvdata/cns11643.h
b/iconvdata/cns11643.h
index
8c73c06
..
176cb1f
100644
(file)
--- a/
iconvdata/cns11643.h
+++ b/
iconvdata/cns11643.h
@@
-107,7
+107,7
@@
ucs4_to_cns11643 (uint32_t wch, char *s, size_t avail)
unsigned int ch = (unsigned int) wch;
char buf[2];
const char *cp = buf;
-
in
t needed = 2;
+
size_
t needed = 2;
switch (ch)
{