Wireshark-commits: [Wireshark-commits] master 4d71ae7: Have separate variables for read and write e

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

Commits:

4d71ae7 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: Idb79822d30989b2529433878798c577a76eacca7
    Reviewed-on: https://code.wireshark.org/review/10295
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  aa100e0   Don't show a progress frame if our file was closed.
    adds  4d71ae7   Have separate variables for read and write errors.


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