URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53fddee43b3cb54e11c027135c0c40e6b3d86795
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
53fddee by Guy Harris (guy@xxxxxxxxxxxx):
Remove an extra backslash.
The only backslashes in invalid_dir_chars on Windows should be the one
escaping " and the one escaping \ itself; there's no need for one to
escape | and, in fact, MSVC warns about that.
Change-Id: I7622f5123df7da3049352dc0e86322b11f8c4150
Reviewed-on: https://code.wireshark.org/review/34068
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 920f5c3 debian/control: sync downstream wireshark-gtk changes
add 53fddee Remove an extra backslash.
Summary of changes:
ui/qt/models/profile_model.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)