Wireshark-commits: [Wireshark-commits] master 81beae9: proto.c: Unsigned fields should use %u withi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jul 2016 10:52:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81beae97c315e031829e04610ed56d1945fd2c96
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

81beae9 by Michael Mann (mmann78@xxxxxxxxxxxx):

    proto.c: Unsigned fields should use %u within printf.
    
    Found by VS Code Analysis
    
    Change-Id: I76ea860cd86b41ef33c47dcc8f6b1c122f8bb668
    Reviewed-on: https://code.wireshark.org/review/16424
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1565910   MBIM: add a missing break
    adds  81beae9   proto.c: Unsigned fields should use %u within printf.


Summary of changes:
 epan/proto.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)