summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-build.patch')
-rw-r--r--fix-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-build.patch b/fix-build.patch
deleted file mode 100644
index d72dd87d6461..000000000000
--- a/fix-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- core/mpw-marshal-util.c~ 2020-04-30 15:20:51.775480937 +0200
-+++ core/mpw-marshal-util.c 2020-04-30 15:20:58.518832576 +0200
-@@ -94,7 +94,7 @@
- if (!json_value)
- return defaultValue;
-
-- return json_object_get_boolean( json_value ) == TRUE;
-+ return json_object_get_boolean( json_value ) == true;
- }
- #endif
-