aboutsummaryrefslogtreecommitdiff
path: root/test/TLogHelper.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula-at-volny-dot-cz>2017-11-12 12:47:42 +0100
committerLadislav Zezula <zezula-at-volny-dot-cz>2017-11-12 12:47:42 +0100
commitbd203c036bf6a8a900fb9557f9dfa95b6eb1f46b (patch)
treed678b4e51ca3c992a61514cf052e31cd282c09b1 /test/TLogHelper.cpp
parent60c3132e2a681a27695a407d1a37b3ac27f753fd (diff)
+ Added uncommited filev9.22
Diffstat (limited to 'test/TLogHelper.cpp')
-rw-r--r--test/TLogHelper.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp
index a554573..64cc815 100644
--- a/test/TLogHelper.cpp
+++ b/test/TLogHelper.cpp
@@ -357,12 +357,7 @@ int TLogHelper::PrintErrorVa(const char * szFormat, ...)
int TLogHelper::PrintError(const char * szFormat, const char * szFileName)
{
- TCHAR szFileNameT[MAX_PATH];
- TCHAR szFormatT[0x200];
-
- StringCopy(szFileNameT, _countof(szFileNameT), szFileName);
- StringCopy(szFormatT, _countof(szFormatT), szFormat);
- return PrintErrorVa(szFormatT, szFileNameT);
+ return PrintErrorVa(szFormat, szFileName);
}
//-----------------------------------------------------------------------------