Fix error return in getPath
authorChuck Ries <chuckr@microsoft.com>
Thu, 7 Apr 2016 23:26:57 +0000 (16:26 -0700)
committerChuck Ries <chuckr@microsoft.com>
Thu, 7 Apr 2016 23:30:35 +0000 (16:30 -0700)
commitd05ab10173c49ec80a701a037dc71f0f8a3711c9
tree68d40f0cb3872125f2b1a59516fdc58145f7269a
parentbe8155b7594badb580932e18f05bf390e26ba59f
Fix error return in getPath

The call to PathCharString.Set returns true on succes, so this code path
was returning false if it succeeded in setting lpPathFileName to
lpFileNameString. It looks like this is just a holdover from the way
this code used to be written.
src/pal/src/thread/process.cpp