mirror of
https://github.com/XLabsProject/iw6x-client.git
synced 2023-08-02 15:02:12 +02:00
fix(string): return value (bad copy and paste)
This commit is contained in:
parent
d2f986e08e
commit
23af90bb71
@ -42,7 +42,7 @@ namespace utils::string
|
|||||||
return static_cast<char>(std::tolower(input));
|
return static_cast<char>(std::tolower(input));
|
||||||
});
|
});
|
||||||
|
|
||||||
return text;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string to_upper(const std::string& text)
|
std::string to_upper(const std::string& text)
|
||||||
|
Loading…
Reference in New Issue
Block a user