Wireshark-commits: [Wireshark-commits] master b950c08: Use %zu, not %zd, to print a size_t value (%

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

Commits:

b950c08 by Guy Harris (guy@xxxxxxxxxxxx):

    Use %zu, not %zd, to print a size_t value (%zd would be for ssize_t).
    
    Change-Id: I3aee7028cc43ca487492b0c5c6872be5c52d1a80
    Reviewed-on: https://code.wireshark.org/review/8799
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  cd2e901   ZVT: call zvt_set_addresses() for each apdu
    adds  b950c08   Use %zu, not %zd, to print a size_t value (%zd would be for ssize_t).


Summary of changes:
 tools/make_charset_table.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)