From 78a9a071067da35eae46bae077ab5dcd52fe25f9 Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 9 Apr 2019 14:13:14 +0500 Subject: [PATCH] commented logging --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 70f638f93..1aa079085 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -394,7 +394,7 @@ void ParseParameters(int argc, const char* const argv[]) } } -// split string using by space or comma as delimiter char +// split string using by space or comma as a delimiter char void SplitStr(const std::string& strVal, std::vector &outVals) { stringstream ss(strVal);