mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
what
This commit is contained in:
@@ -19,7 +19,7 @@ std::string Util::stringTrim(const std::string& str, const std::string& filter,
|
||||
|
||||
int startIndex = 0, endIndex = int(str.size()) - 1;
|
||||
|
||||
// @TODO: This ain't working man
|
||||
// @TODO: Is this accurate?
|
||||
if (a4)
|
||||
{
|
||||
while (startIndex < endIndex && strchr(filter.c_str(), str[startIndex]))
|
||||
|
||||
Reference in New Issue
Block a user