OSDN Git Service

Correct Extended Length Path Name handling on UNC
authorGreyMerlin <GreyMerlin@gmail.com>
Fri, 17 Aug 2018 00:12:22 +0000 (17:12 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Fri, 17 Aug 2018 00:12:22 +0000 (17:12 -0700)
commit7272a06caa4a9f338dc3580ae598b7b5c6199bb4
treef6a5bbe921c2f91fae642549800d99baab609390
parent3936f59b289be94a99a8223dcebf6d9accd45e94
Correct Extended Length Path Name handling on UNC

* Too many `\\` characters were being inserted when forming Extended
Length Path Names on UNC (i.e. Network Storage) devices.  This is a bug
in the original Poco library code

* Cleanup awkward code in `SuperComboBox.cpp` for detecting and
handling UNC file path names.
Externals/poco/Foundation/src/File_WIN32U.cpp
Src/Common/SuperComboBox.cpp