Wireshark-commits: [Wireshark-commits] master ffe99c0: Use G_GUINT64_CONSTANT() to make a guint64_t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Apr 2015 20:17:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ffe99c06ec31cf9137244a4fb4f2828826238ca4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ffe99c0 by Guy Harris (guy@xxxxxxxxxxxx):

    Use G_GUINT64_CONSTANT() to make a guint64_t (or uint64_t) constant.
    
    Don't assume "UL" is good enough; long is 32 bits on ILP32 platforms.
    
    Change-Id: If235e2e49afcbfff7d5289cafe24cf5cc01358e4
    Reviewed-on: https://code.wireshark.org/review/8019
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3195a20   Squelch 64-bit-to-32-bit shortening errors.
    adds  ffe99c0   Use G_GUINT64_CONSTANT() to make a guint64_t (or uint64_t) constant.


Summary of changes:
 extcap/androiddump.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)