Wireshark-commits: [Wireshark-commits] master 919b4ca: someip: Fix guint64 printf formats
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jan 2020 08:55:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=919b4ca1cf16de65f99b95004efc63ea69dec17b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

919b4ca by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    someip: Fix guint64 printf formats
    
    Use G_GUINT64_FORMAT and remove the format character when printing
    unsigned value. Use G_GINT64_MODIFIER when also giving the format
    character ('x').
    
    Change-Id: I7c02ec3ebd058c392f8fb21a0e20e242a06e8888
    Reviewed-on: https://code.wireshark.org/review/35896
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9084ca2   geographical_description: Don't mask Orientation of major axis octet 12
     add  919b4ca   someip: Fix guint64 printf formats


Summary of changes:
 epan/dissectors/packet-someip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)