Skip to content

Commit 5935ccc

Browse files
aduh95danielleadams
authored andcommitted
tools: fix undeclared identifier FALSE
PR-URL: #36276 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 3e5fcda commit 5935ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/icu/iculslocs.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int localeExists(const char* loc, UBool* exists) {
150150
}
151151
icu::LocalUResourceBundlePointer aResource(
152152
ures_openDirect(packageName.data(), loc, &status));
153-
*exists = FALSE;
153+
*exists = false;
154154
if (U_SUCCESS(status)) {
155155
*exists = true;
156156
if (VERBOSE > 1) {

0 commit comments

Comments
 (0)