diff options
Diffstat (limited to 'src/filemanager.cpp')
| -rw-r--r-- | src/filemanager.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/filemanager.cpp b/src/filemanager.cpp index 02845a8f..5bc99bc5 100644 --- a/src/filemanager.cpp +++ b/src/filemanager.cpp @@ -1420,10 +1420,11 @@ static void *pj_open_lib_internal( if (out_full_filename != nullptr && out_full_filename_size > 0) out_full_filename[0] = '\0'; - auto open_lib_from_paths = [&ctx, open_file, &name, &fname, &sysname, &mode](const std::string & projLibPaths) { + auto open_lib_from_paths = [&ctx, open_file, &name, &fname, &sysname, + &mode](const std::string &projLibPaths) { void *lib_fid = nullptr; auto paths = NS_PROJ::internal::split(projLibPaths, dirSeparator); - for (const auto& path : paths) { + for (const auto &path : paths) { fname = NS_PROJ::internal::stripQuotes(path); fname += DIR_CHAR; fname += name; |
