ICU-472 Forgot to make the helper function local to the source code.
X-SVN-Rev: 2385
This commit is contained in:
parent
efc957d163
commit
4665536929
@ -249,7 +249,7 @@ UChar* u_uastrcpy(UChar *ucs1,
|
||||
/*
|
||||
returns the minimum of (the length of the null-terminated string) and n.
|
||||
*/
|
||||
int32_t u_astrnlen(const char *ucs1, int32_t n)
|
||||
static int32_t u_astrnlen(const char *ucs1, int32_t n)
|
||||
{
|
||||
int32_t len = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user