vchigrin / stakhanov

Distributed caching build system
GNU General Public License v2.0
7 stars 1 forks source link

Fix ToLongPathName function. #3

Closed dreamer-dead closed 7 years ago

dreamer-dead commented 7 years ago

This PR fixes an issue with ToLongPathName when we need to re-run GetLongPathNameImpl with expanded buffer. Also I tried to avoid string copying.

PTAL.