diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-11 10:00:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-11 10:00:56 +0200 |
commit | d13f7d4334fc418c96c9e82a5ad2bedcde46eabe (patch) | |
tree | e19e4c685e370d1fc9709f52721cefa86d034a2d | |
parent | 1d470316fc3641359ae3f4fed708984e76a1ae35 (diff) |
libqmi-glib,message: fixed sized string reading fix in 1.24.12 already
-rw-r--r-- | src/libqmi-glib/qmi-message.h | 6 |
1 files 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. * |