summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan <mail@3v1n0.net>2022-10-10 12:33:57 +0000
committerMarco Trevisan <mail@3v1n0.net>2022-10-10 12:33:57 +0000
commit8f2711bf729b540ae36a794864548d5a684cdac1 (patch)
tree8890c79b9e29d7e3aa3d19fef3ebbe5399a7a12f
parent1d2ea6518c688e37d7b73bc4c437787b0d6160b1 (diff)
parent54abb0f17b0fe1831df3a693b1a5fbe7372cf2eb (diff)
downloadglib-8f2711bf729b540ae36a794864548d5a684cdac1.tar.gz
Merge branch 'log-field-nul-termination-2' into 'main'
Update version in the docs to 2.74.1 for the fixed handling of... See merge request GNOME/glib!2916
-rw-r--r--glib/gmessages.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gmessages.c b/glib/gmessages.c
index 59268f513..fb1297f8a 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -1644,8 +1644,8 @@ done_query:
*
* Note that keys that expect UTF-8 strings (specifically `"MESSAGE"` and
* `"GLIB_DOMAIN"`) must be passed as NUL-terminated UTF-8 strings until GLib
- * version 2.76 because the default log handler did not consider the length of
- * the `GLogField`. Starting with GLib 2.76 this is fixed and
+ * version 2.74.1 because the default log handler did not consider the length of
+ * the `GLogField`. Starting with GLib 2.74.1 this is fixed and
* non-NUL-terminated UTF-8 strings can be passed with their correct length.
*
* The @log_domain will be converted into a `GLIB_DOMAIN` field. @log_level will