Skip to content

Commit

Permalink
+ Added uncommited file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Zezula committed Nov 12, 2017
1 parent 60c3132 commit bd203c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion StormLib_vs08_test.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
Expand Down
7 changes: 1 addition & 6 deletions test/TLogHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit bd203c0

Please sign in to comment.