URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f317a2b304f50392b360ac95de995459a24c3b7d
Submitter: Gerald Combs (ger...@wireshark.org)
Changed: branch: master
Repository: wireshark

Commits:

f317a2b by Gerald Combs (ger...@wireshark.org):

    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 <ger...@wireshark.org>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to