From 8abbce636101fa5bed0d3f6d0a4e7f62c7d044ca Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 12 Apr 2017 23:16:04 -0700 Subject: write_all_lines() -> write_lines() --- toolsrc/src/commands_install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_install.cpp') diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index ce3cbc942..8046b53a7 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -89,7 +89,7 @@ namespace vcpkg::Commands::Install std::sort(output.begin(), output.end()); - fs.write_all_lines(paths.listfile_path(bpgh), output); + fs.write_lines(paths.listfile_path(bpgh), output); } static void remove_first_n_chars(std::vector* strings, const size_t n) -- cgit v1.2.3