Wireshark-commits: [Wireshark-commits] master 161f449c: 4294967296 is not guaranteed to be a valid

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

Commits:

161f449c by Guy Harris (guy@xxxxxxxxxxxx):

    4294967296 is not guaranteed to be a valid integer constant.
    
    It's a floating-point operation, so just use 4294967296.0.
    
    Change-Id: I97258c8058821b6d46d740668271c0803617cdc1
    Reviewed-on: https://code.wireshark.org/review/11615
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3a598d9   Sort isi_sim_cause.
    adds  161f449c  4294967296 is not guaranteed to be a valid integer constant.


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