diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-12 23:15:02 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-12 23:15:02 -0700 |
| commit | bd01f8ce83a0f4fc1963471623971d55d7460972 (patch) | |
| tree | 81f1678e10dc474efae6dc1bec1777d77d0f2867 /toolsrc/src/vcpkglib.cpp | |
| parent | 1b21fd0f71e5dd428c5f80396aa50ec7e0a9ee00 (diff) | |
| download | vcpkg-bd01f8ce83a0f4fc1963471623971d55d7460972.tar.gz vcpkg-bd01f8ce83a0f4fc1963471623971d55d7460972.zip | |
get_files_recursive()/get_files_non_recursive()
Diffstat (limited to 'toolsrc/src/vcpkglib.cpp')
| -rw-r--r-- | toolsrc/src/vcpkglib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkglib.cpp b/toolsrc/src/vcpkglib.cpp index f70f9ace1..60f0413ec 100644 --- a/toolsrc/src/vcpkglib.cpp +++ b/toolsrc/src/vcpkglib.cpp @@ -53,7 +53,7 @@ namespace vcpkg StatusParagraphs current_status_db = load_current_database(fs, status_file, status_file_old); - auto update_files = fs.non_recursive_find_all_files_in_dir(updates_dir); + auto update_files = fs.get_files_non_recursive(updates_dir); if (update_files.empty()) { // updates directory is empty, control file is up-to-date. |
