Wireshark-commits: [Wireshark-commits] master-1.12 b89ad57: Fix integer_to_repr() so that it actual
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Apr 2015 11:47:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b89ad57ae934611a6b8bd30e8bed6d42c289f997
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

b89ad57 by Jeff Morriss (morriss@xxxxxxxxxxx):

    Fix integer_to_repr() so that it actually does something.
    
    Ie95700295ed707dc7f8c6461b026c67f8c0695c4 was back-ported from a change on
    master but it missed a few (rather important) lines.
    
    (This shows the advantage of compiling the old branches with
    warnings-turned-errors; this showed up immediately as a compile error.)
    
    Change-Id: I46817707b181187731577ab91f2cc7ba08e0e60f
    Reviewed-on: https://code.wireshark.org/review/7819
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  8fd529f   Fix IMF Dissector
    adds  b89ad57   Fix integer_to_repr() so that it actually does something.


Summary of changes:
 epan/ftypes/ftype-integer.c |    2 ++
 1 file changed, 2 insertions(+)