Wireshark-commits: [Wireshark-commits] master afb939b: Make the count of bytes read from the file 6

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

Commits:

afb939b by Guy Harris (guy@xxxxxxxxxxxx):

    Make the count of bytes read from the file 64 bits.
    
    We probably won't get files that big, but let's at least be prepared;
    that squelches some compiler warnings.
    
    Change-Id: Ia43ff78af7df63c7204c41d8331fea946de63116
    Reviewed-on: https://code.wireshark.org/review/4015
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8482173   Make some variables size_t, as values of that width are assigned to it.
    adds  afb939b   Make the count of bytes read from the file 64 bits.


Summary of changes:
 wiretap/k12text.l |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)