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 85dc646: ws_pipe_spawn_sync: mark arguments as const

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Nov 2018 20:49:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85dc646327b1a83c5ff9c28c6d846b2a8b4d9a28
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

85dc646 by Peter Wu (peter@xxxxxxxxxxxxx):

    ws_pipe_spawn_sync: mark arguments as const where possible
    
    This avoids an unnecessary explicit cast. For clarity, rename the
    working directory argument to match g_spawn_sync.
    
    Change-Id: Idf7072cd590e686294d953f77da2a52c861a89c0
    Reviewed-on: https://code.wireshark.org/review/30763
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8441533   ieee1609dot2: Call the j2735 dissector if it exists.
     add  85dc646   ws_pipe_spawn_sync: mark arguments as const where possible


Summary of changes:
 extcap.c         | 4 ++--
 wsutil/ws_pipe.c | 4 ++--
 wsutil/ws_pipe.h | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)