Wireshark-commits: [Wireshark-commits] master fd68385: Use G_GINT64_MODIFIER, not l, in format stri

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 23 Aug 2015 18:21:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd68385a2b36b7a22cd587c5731f883ef88884bc
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fd68385 by Guy Harris (guy@xxxxxxxxxxxx):

    Use G_GINT64_MODIFIER, not l, in format strings for 64-bit integers.
    
    64-bit integers are *not* guaranteed to be longs and, in fact, are *not*
    longs on ILP32 platforms such as 32-bit UN*Xes and 32-bit Windows and on
    LLP64 platforms such as 64-bit Windows.
    
    Change-Id: I6408778f638bb6cea52ffb64be39ea26c9b2ee64
    Reviewed-on: https://code.wireshark.org/review/10213
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a451c60   Rename variable to avoid collisions with math.h's exp().
    adds  fd68385   Use G_GINT64_MODIFIER, not l, in format strings for 64-bit integers.


Summary of changes:
 epan/dissectors/packet-cbor.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)