Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1073)

Unified Diff: source/test/cintltst/cbiditst.c

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/cintltst/cbiapts.c ('k') | source/test/cintltst/ccapitst.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « source/test/cintltst/cbiapts.c ('k') | source/test/cintltst/ccapitst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698