Add cast to satisfy win7 buildbot
authorEvan Huus <eapache@gmail.com>
Wed, 23 Jul 2014 17:41:54 +0000 (13:41 -0400)
committerEvan Huus <eapache@gmail.com>
Wed, 23 Jul 2014 17:44:24 +0000 (17:44 +0000)
commitae64e0951166d2d903736e988bab611e11196b84
treedf7c028a4218a0eb2ee881a6977824fbf1ed3958
parent057ded827d36f55b8f91e9de888fd14e3b73d8c2
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@gmail.com>
wiretap/logcat.c