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(-)