From 67d1fc4f44497dbd2c65043ffe64c94ba29d1c99 Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Tue, 1 Aug 2023 10:41:16 +0300 Subject: [PATCH] what --- source/Base/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Base/Util.cpp b/source/Base/Util.cpp index 68b1e8f..9b6f5b4 100644 --- a/source/Base/Util.cpp +++ b/source/Base/Util.cpp @@ -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]))