mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-02-06 06:08:59 +01:00
Finalizing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user