diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-22 15:59:27 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-22 15:59:27 -0700 |
| commit | 687ea82f89504520e2a4c60feeb5c0bf6260a4de (patch) | |
| tree | e34dd8921c508ad4f8f58e16a36023cde6b26c54 /toolsrc/include | |
| parent | 651ab5cef2c9742869185a181e1db529dc937d21 (diff) | |
| download | vcpkg-687ea82f89504520e2a4c60feeb5c0bf6260a4de.tar.gz vcpkg-687ea82f89504520e2a4c60feeb5c0bf6260a4de.zip | |
[vcpkg] Improve formatting of search and list. Fix gl2ps version.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkglib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h index bd2400b77..63b358d74 100644 --- a/toolsrc/include/vcpkglib.h +++ b/toolsrc/include/vcpkglib.h @@ -36,5 +36,5 @@ namespace vcpkg const fs::path& cmake_script, const std::vector<CMakeVariable>& pass_variables); - std::string shorten_description(const std::string& desc); + std::string shorten_text(const std::string& desc, size_t length); } // namespace vcpkg |
