Wireshark-commits: [Wireshark-commits] master e2d5089: Scan pcapng change time to unsigned
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 22:27:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2d5089cb9ad555bc0361768a5eaf24b3bd1379c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e2d5089 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Scan pcapng change time to unsigned
    
    Fixes warning:
    
      nettrace_3gpp_32_423.c:813:4: warning: format '%u' expects argument
      of type 'unsigned int *', but argument 3 has type 'int *' [-Wformat=]
    
    Change-Id: I4bfcc19ecac115d5aa2e222dfed8ea8b0b450d71
    Reviewed-on: https://code.wireshark.org/review/12211
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  dcb3882   qt: add initializers to extcap dialog (CID 1297113)
    adds  e2d5089   Scan pcapng change time to unsigned


Summary of changes:
 wiretap/nettrace_3gpp_32_423.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)