mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
VS2015 fixes for NeL Samples
--HG-- branch : develop
This commit is contained in:
parent
9a0c6290a2
commit
f7d05ea8e4
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ void CClient::updatePong (sint64 pingTime, sint64 pongTime, uint32 pongNumber, u
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf (fp, "%"NL_I64"d\t%"NL_I64"d\t%"NL_I64"d\t%d\n", pongTime, pingTime, (pongTime-pingTime), pongNumber);
|
||||
fprintf (fp, "%" NL_I64 "d\t%" NL_I64 "d\t%" NL_I64 "d\t%d\n", pongTime, pingTime, (pongTime-pingTime), pongNumber);
|
||||
fclose (fp);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue