aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-08-22 15:59:27 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-08-22 15:59:27 -0700
commit687ea82f89504520e2a4c60feeb5c0bf6260a4de (patch)
treee34dd8921c508ad4f8f58e16a36023cde6b26c54 /toolsrc/include
parent651ab5cef2c9742869185a181e1db529dc937d21 (diff)
downloadvcpkg-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.h2
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