ICU-472 Forgot to make the helper function local to the source code.

X-SVN-Rev: 2385
This commit is contained in:
George Rhoten 2000-08-29 22:45:46 +00:00
parent efc957d163
commit 4665536929

View File

@ -249,7 +249,7 @@ UChar* u_uastrcpy(UChar *ucs1,
/* /*
returns the minimum of (the length of the null-terminated string) and n. 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; int32_t len = 0;