Wireshark-commits: [Wireshark-commits] master b3ad51d: Follow-up of ged0b19b (Make boolean bitmask

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Oct 2014 15:34:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3ad51db7cb6f09f876e1a65343d97afc8713fb1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b3ad51d by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)
    
    - use G_GINT64_MODIFIER instead of "%ll"
    - use G_GUINT64_CONSTANT instead of ULL
    - add some missing explicit casts
    
    Change-Id: Ic048d9ee8966ea504ea542cefe55688edcfb2dc7
    Reviewed-on: https://code.wireshark.org/review/4644
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e8a63a5   SPDY: Add Slot field for SYN_STREAM (and also unused field...)
    adds  b3ad51d   Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)


Summary of changes:
 epan/proto.c             |   10 +++++-----
 epan/to_str.c            |    4 ++--
 ui/gtk/packet_panes.c    |    4 ++--
 wsutil/bits_count_ones.h |    8 ++++----
 4 files changed, 13 insertions(+), 13 deletions(-)