updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2024-08-04 13:12:16 -05:00
parent a0432be819
commit 232420621a
3 changed files with 20 additions and 8 deletions

View File

@ -370,7 +370,7 @@ format_path(string_t &path,
#if defined(_WIN32)
if ((path.size() >= 2U) && (path.at(1U) == ':')) {
path[0U] = utils::string::to_lower(string_t{1U, path.at(0U)}).at(0U);
path[0U] = utils::string::to_lower(string_t(1U, path.at(0U))).at(0U);
}
#endif // defined(_WIN32)