| Index: source/test/cintltst/custrtst.c
|
| diff --git a/source/test/cintltst/custrtst.c b/source/test/cintltst/custrtst.c
|
| index fe84080afb0a09dd04f6dc4bf2b5e8f7333710b8..a298e7c9d0cc46dbba881d9066a8a8a8de2dd157 100644
|
| --- a/source/test/cintltst/custrtst.c
|
| +++ b/source/test/cintltst/custrtst.c
|
| @@ -1,7 +1,7 @@
|
| /*
|
| ******************************************************************************
|
| *
|
| -* Copyright (C) 2002-2014, International Business Machines
|
| +* Copyright (C) 2002-2015, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| ******************************************************************************
|
| @@ -1160,7 +1160,7 @@ TestCountChar32() {
|
| buffer[length]=0;
|
| for(i=0; i<=length; ++i) {
|
| for(number=-1; number<=((length-i)+2); ++number) {
|
| - _testStrHasMoreChar32Than(string+i, i, -1, number);
|
| + _testStrHasMoreChar32Than(buffer+i, i, -1, number);
|
| }
|
| }
|
| --length;
|
|
|