Wireshark-commits: [Wireshark-commits] master dd4daf5: Try a simpler method of fixing 32/64 issues

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Feb 2014 23:53:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd4daf5024439a1e91f3deb7ec279196c46173a2
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dd4daf5 by Evan Huus (eapache@xxxxxxxxx):

    Try a simpler method of fixing 32/64 issues
    
    It appears we're only working on four chars anyways, so the cast to gint should
    be safe.
    
    Reverts 602d7d3d39f26b06bcfa25bf9580cfd652a7eee7
    
    Change-Id: Ice101fea7dd7fe4cc65f0d673210c0c791cbe1c5
    Reviewed-on: https://code.wireshark.org/review/277
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  3b57455   Fix more 32/64 casting errors
    adds  dd4daf5   Try a simpler method of fixing 32/64 issues


Summary of changes:
 epan/dissectors/packet-adb_cs.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)