Wireshark-commits: [Wireshark-commits] master f317a2b: Qt: Argument vector fixups.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f317a2b304f50392b360ac95de995459a24c3b7d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f317a2b by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Argument vector fixups.
In wireshark-qt.cpp we have two "argv" variables, one that we pass to
QCoreApplication (which it then corrupts irreversibly on Windows if you
pass it multibyte characters), and one that we convert to UTF-8 and use
normally.
Name the throwaway argument vector "qt_argv". Name ours "argv", which is
the traditional and less error-prone name.
Bug: 12900
Change-Id: Idd80b9f779f36ffe977465afd623d320212f92b1
Reviewed-on: https://code.wireshark.org/review/17723
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 547a5c8 eap: add identity details.
adds f317a2b Qt: Argument vector fixups.
Summary of changes:
wireshark-qt.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)