Wireshark-commits: [Wireshark-commits] master 0808fc0: 64-bit constants need to be wrapped in G_G{U

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Feb 2015 19:41:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0808fc02a5b6f74ca0d8a027834d86cbd5812c7b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0808fc0 by Guy Harris (guy@xxxxxxxxxxxx):

    64-bit constants need to be wrapped in G_G{U}INT64_CONSTANT().
    
    Otherwise, they don't get the right suffix to tell the compiler that
    they're 64-bit even on ILP32 platforms.
    
    Change-Id: I5c52a999d21707602e0a4174a142d1d1036242be
    Reviewed-on: https://code.wireshark.org/review/7297
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1694e81   The shortening to 32 bits is intentional, so add a cast.
    adds  0808fc0   64-bit constants need to be wrapped in G_G{U}INT64_CONSTANT().


Summary of changes:
 epan/ftypes/ftype-integer.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)