Wireshark-commits: [Wireshark-commits] master-1.12 8d0c841: Have separate variables for read and wr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Aug 2015 23:25:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d0c841a46d9781adf874f5a9964cf96e822b220
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8d0c841 by Guy Harris (guy@xxxxxxxxxxxx):

    Have separate variables for read and write errors.
    
    That way, when we check for read errors, we don't run the risk of
    thinking we have a read error after we get a write error.
    
    Change-Id: I20896cb0d982a16facd86c7d8308b7fddfbaa2d9
    Reviewed-on: https://code.wireshark.org/review/10298
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  06f4566   Get rid of now-unused variable.
    adds  8d0c841   Have separate variables for read and write errors.


Summary of changes:
 editcap.c |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)