Standardize TRUE to true.
This commit is contained in:
parent
9a37253461
commit
f9289a3e9e
@ -95,7 +95,7 @@ bool mpw_get_json_boolean(
|
||||
if (!json_value)
|
||||
return defaultValue;
|
||||
|
||||
return json_object_get_boolean( json_value ) == TRUE;
|
||||
return json_object_get_boolean( json_value ) == true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user