diff options
Diffstat (limited to 'test/TLogHelper.cpp')
-rw-r--r-- | test/TLogHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp index cd10a3c..8a4fc41 100644 --- a/test/TLogHelper.cpp +++ b/test/TLogHelper.cpp @@ -402,7 +402,7 @@ char * TLogHelper::CopyFormatCharacter(char * szBuffer, const char *& szFormat) // String format
if(szFormat[0] == '%')
{
- if(szFormat[1] == 's' && szFormat[2] != ')')
+ if(szFormat[1] == 's')
{
strcpy(szBuffer, szStringFormat);
szFormat += 2;
|