aboutsummaryrefslogtreecommitdiff
path: root/test/TLogHelper.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2021-12-17 23:42:52 +0100
committerLadislav Zezula <ladislav.zezula@avast.com>2021-12-17 23:42:52 +0100
commit3424ac8ba449b6036d49fd28725f6a2d7c4548e9 (patch)
treebdaf20551f5508b1c59d99e2dd169d8a1751ddcd /test/TLogHelper.cpp
parent4f4f926c1a3347f7ecd18f549c4be0a1e62413ba (diff)
Finalizing
Diffstat (limited to 'test/TLogHelper.cpp')
-rw-r--r--test/TLogHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp
index f277e64..3d09823 100644
--- a/test/TLogHelper.cpp
+++ b/test/TLogHelper.cpp
@@ -423,7 +423,7 @@ char * TLogHelper::CopyFormatCharacter(char * szBuffer, const char *& szFormat)
// String format
if(szFormat[0] == '%')
{
- if(szFormat[1] == 's')
+ if(szFormat[1] == 's' && szFormat[2] != ')')
{
strcpy(szBuffer, szStringFormat);
szFormat += 2;