This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user