mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: fix undeclared identifier FALSE
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
0ac2d0fafd
commit
299984561e
@ -150,7 +150,7 @@ int localeExists(const char* loc, UBool* exists) {
|
||||
}
|
||||
icu::LocalUResourceBundlePointer aResource(
|
||||
ures_openDirect(packageName.data(), loc, &status));
|
||||
*exists = FALSE;
|
||||
*exists = false;
|
||||
if (U_SUCCESS(status)) {
|
||||
*exists = true;
|
||||
if (VERBOSE > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user