Wireshark-commits: [Wireshark-commits] master 8607026: msgpack: replace pow() with shift.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Jul 2018 19:54:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8607026a7dc38e108d05711845fd752463f036e4
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8607026 by Dario Lombardo (lomato@xxxxxxxxx):

    msgpack: replace pow() with shift.
    
    This removes all casting issues.
    
    Change-Id: I0377fe3fa31edf1e6c3f315d31dd01a728a3c173
    Reviewed-on: https://code.wireshark.org/review/28852
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  4a498ae   Don't remove a tap listener we didn't find in the first place.
    adds  8607026   msgpack: replace pow() with shift.


Summary of changes:
 epan/dissectors/packet-msgpack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)