12 lines
337 B
Diff
12 lines
337 B
Diff
--- core/c/mpw-marshal-util.c 2017-09-25 02:59:09.000000000 -0400
|
|
+++ core/c/mpw-marshal-util.c 2020-05-31 11:32:02.362438198 -0400
|
|
@@ -112,7 +112,7 @@
|
|
if (!json_value)
|
|
return defaultValue;
|
|
|
|
- return json_object_get_boolean( json_value ) == TRUE;
|
|
+ return json_object_get_boolean( json_value ) == true;
|
|
}
|
|
#endif
|
|
|