ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master ae64e09: Add cast to satisfy win7 buildbot

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Jul 2014 17:44:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae64e0951166d2d903736e988bab611e11196b84
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ae64e09 by Evan Huus (eapache@xxxxxxxxx):

    Add cast to satisfy win7 buildbot
    
    I really don't understand why MSVC would make the result of this computation an
    int64 then complain about down-casting to an int16 when *all* of the
    participating variables are int16 or smaller...
    
    Change-Id: I2d9c27ac22b51b10e4872a6640881c8d0ec566e7
    Reviewed-on: https://code.wireshark.org/review/3180
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  057ded8   ssl-utils: stop exporting some symbols
    adds  ae64e09   Add cast to satisfy win7 buildbot


Summary of changes:
 wiretap/logcat.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)