Wireshark-commits: [Wireshark-commits] master a365fb8: Print unsigned long values with %lu, not %ld

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Jun 2015 01:40:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a365fb8316cf797f89b2d4c5156fc2198ee140f7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a365fb8 by Guy Harris (guy@xxxxxxxxxxxx):

    Print unsigned long values with %lu, not %ld.
    
    Change-Id: Ic437f5ec918c1cd4d39eb27e0a4fafb2a2f4b244
    Reviewed-on: https://code.wireshark.org/review/8782
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1736a1b   Clean up stats_tree_presentation.
    adds  a365fb8   Print unsigned long values with %lu, not %ld.


Summary of changes:
 epan/except.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)