Wireshark-commits: [Wireshark-commits] master c85120e: Consistently pass C++ Boolean constants to s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 May 2016 03:35:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c85120ea1d088c9962a99f68d26edacb0d6a53d6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c85120e by Guy Harris (guy@xxxxxxxxxxxx):

    Consistently pass C++ Boolean constants to saveCaptureFile().
    
    The second argument is a bool, so pass bool constants.
    
    (The C integer constants presumably get coerced correctly, but we might
    as well be clean.)
    
    Change-Id: Ia170b443bb9933a8916d9dc25d7492fc8acf1f22
    Reviewed-on: https://code.wireshark.org/review/15596
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0482b78   Set frame/file protocol list only after dissection is complete.
    adds  c85120e   Consistently pass C++ Boolean constants to saveCaptureFile().


Summary of changes:
 ui/qt/main_window.cpp       |    2 +-
 ui/qt/main_window_slots.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)