Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 7370a6f: Clean up previous change.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 Nov 2018 00:59:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7370a6f00f602941e492173164e6d697fd309640
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7370a6f by Guy Harris (guy@xxxxxxxxxxxx):

    Clean up previous change.
    
    compressed_file_extension shouldn't include the ".", as we insert the
    "." before it.
    
    Use it when appending the extension, rather than hardwiring "gz" in two
    places.
    
    Change-Id: I89e3ed1df9a8457fdbb6e6386686176816f4671b
    Reviewed-on: https://code.wireshark.org/review/30682
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c22c060   Fix addition of extensions to file names.
     add  7370a6f   Clean up previous change.


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