Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and (presumably) compile errors.

svn path=/trunk/; revision=39083
This commit is contained in:
Bill Meier 2011-09-21 21:07:07 +00:00
parent e6bd9d1a8c
commit d4a982fd1f
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@ static void dissect_rlc_lte_am_status_pdu(tvbuff_t *tvb,
/* We shouldn't NACK the ACK_SN! */
if (nack_sn == ack_sn) {
expert_add_info_format(pinfo, nack_ti, PI_MALFORMED, PI_ERROR,
"Status PDU shouldn't ACK and NACK the same sequence number (%llu)",
"Status PDU shouldn't ACK and NACK the same sequence number (%" G_GINT64_MODIFIER "u)",
ack_sn);
}