Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Jul 28, 2016
1 parent bb3de1d commit 18b8289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forwards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ void CForwardManager::CallOnStopRecording(IDemoRecorder *recorder)

HLTVServerWrapper *wrapper = g_HLTVServers.GetWrapper(recorder);
int instance = -1;
char *pDemoFile = "";
const char *pDemoFile = "";
if (wrapper)
{
instance = wrapper->GetInstanceNumber();
Expand Down

0 comments on commit 18b8289

Please sign in to comment.