DescriptionFix bug found by /analyze: incorrect return checking.
SHGetPathFromIDList was being treated as if it returned an HRESULT when
it actually returns a BOOL.
Warning was:
src\chrome\utility\importer\ie_importer_win.cc
(200) : warning C6215: Cast between semantically different integer types: a Boolean type to HRESULT.
R=isherman@chromium.org
BUG=427616
Committed: https://crrev.com/5fa5ca33ec2f2e71df5499fe91e4d20bc72ff805
Cr-Commit-Position: refs/heads/master@{#302452}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Get rid of null-termination fix. #Messages
Total messages: 15 (3 generated)
|