mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Fixed VS 2012/2013 compilation errors (by JMich)
- Solution and Project files for VS 2013 will follow - It still compiles and works in VS 2005/2008/2010 :-) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6634 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -419,7 +419,7 @@ void _FailMessage(const char* message, unsigned lineNum, const char * functionNa
|
||||
basicInformation << " in file " << sourceFileName << "]";
|
||||
|
||||
std::stringstream outputString;
|
||||
outputString << "{ " << GetTickCount() << " } " << basicInformation;
|
||||
outputString << "{ " << GetTickCount() << " } " << basicInformation.str();
|
||||
|
||||
//Build the output strings
|
||||
if( message )
|
||||
|
||||
Reference in New Issue
Block a user