summaryrefslogtreecommitdiff
path: root/user/glib/wrong-null-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/glib/wrong-null-type.patch')
-rw-r--r--user/glib/wrong-null-type.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/glib/wrong-null-type.patch b/user/glib/wrong-null-type.patch
new file mode 100644
index 000000000..7762f149c
--- /dev/null
+++ b/user/glib/wrong-null-type.patch
@@ -0,0 +1,10 @@
+--- a/glib/tests/cxx.cpp 2022-01-06 14:21:52.890000000 +0000
++++ b/glib/tests/cxx.cpp 2022-01-06 14:22:11.180000000 +0000
+@@ -56,7 +56,7 @@
+ int
+ main (int argc, char *argv[])
+ {
+- g_test_init (&argc, &argv, NULL);
++ g_test_init (&argc, &argv, nullptr);
+
+ g_test_add_func ("/C++/typeof", test_typeof);