Wireshark-commits: [Wireshark-commits] master ea7cf08: Cast away 64 -> 32 narrowing complaints.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Aug 2015 18:52:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea7cf08368c75f890f52d825560c2b7e5528ecd6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea7cf08 by Guy Harris (guy@xxxxxxxxxxxx):

    Cast away 64 -> 32 narrowing complaints.
    
    "secs" in an nstime_t is a time_t; cast the calculated seconds portion
    to time_t.
    
    Change-Id: Ieaad4c18bb21384a5781f50eadd3a537b414a369
    Reviewed-on: https://code.wireshark.org/review/10113
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7a096c3   Init values set (found by American Fuzzy Lop).
    adds  ea7cf08   Cast away 64 -> 32 narrowing complaints.


Summary of changes:
 epan/dissectors/file-pcapng.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)