From d13f7d4334fc418c96c9e82a5ad2bedcde46eabe Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 11 Apr 2020 10:00:56 +0200 Subject: libqmi-glib,message: fixed sized string reading fix in 1.24.12 already --- src/libqmi-glib/qmi-message.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libqmi-glib/qmi-message.h b/src/libqmi-glib/qmi-message.h index 769e73d..fbc8f04 100644 --- a/src/libqmi-glib/qmi-message.h +++ b/src/libqmi-glib/qmi-message.h @@ -953,9 +953,9 @@ gboolean qmi_message_tlv_read_string (QmiMessage *self, * Since 1.24.6 the read string is guaranteed to be valid UTF-8. * * The fixed sized field may be suffixed with e.g. 0xFF if the contents are - * shorter than @string_length. Since 1.26, this method will return the valid - * UTF-8 characters in the start of the string, instead of returning an error - * when doing the full UTF-8 string validation. + * shorter than @string_length. Since 1.24.12, this method will return the + * valid UTF-8 characters in the start of the string, instead of returning an + * error when doing the full UTF-8 string validation. * * Returns: %TRUE if the variable is successfully read, otherwise %FALSE is returned and @error is set. * -- cgit v1.2.3