| Index: source/test/cintltst/cbiditst.c
|
| diff --git a/source/test/cintltst/cbiditst.c b/source/test/cintltst/cbiditst.c
|
| index dd39b027442382cbf1b55e85eb981de463725175..6c7b4b288c4e7bee0d5d59b7bbb5dba8d17c0a65 100644
|
| --- a/source/test/cintltst/cbiditst.c
|
| +++ b/source/test/cintltst/cbiditst.c
|
| @@ -4376,7 +4376,7 @@ static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcL
|
| int32_t destLen;
|
| UChar src[MAXLEN], dest2[MAXLEN];
|
|
|
| - if (pBiDi == NULL || src == NULL) {
|
| + if (pBiDi == NULL || srcChars == NULL) {
|
| return NULL;
|
| }
|
| ubidi_setReorderingOptions(pBiDi, option);
|
|
|