sms-part: use correct printf modifier for gsize

This is the port to git master of the following commit:

    commit 294a91d9f6390d532399be35ddbf6a2b8d136576
    Author: Thomas Bechtold <thomasbechtold@jpberlin.de>
    Date:   Mon Mar 25 14:28:03 2013 +0100

        sms-utils: use correct printf modifier for gsize
This commit is contained in:
Aleksander Morgado
2013-03-26 12:34:52 +01:00
parent fcbaa43555
commit f299a05571

View File

@@ -524,7 +524,7 @@ mm_sms_part_new_from_binary_pdu (guint index,
g_set_error (error, \
MM_CORE_ERROR, \
MM_CORE_ERROR_FAILED, \
"PDU too short, %s: %zd < %u", \
"PDU too short, %s: %" G_GSIZE_FORMAT " < %u", \
check_descr_str, \
pdu_len, \
required_size); \