mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Initialize pReleasedString
This commit is contained in:
parent
1c7750151d
commit
3b7fca86c6
|
@ -555,7 +555,7 @@ void CSqlScore::MapInfoThread(void *pUser)
|
|||
int ago = (int)pData->m_pSqlData->m_pResults->getInt("Ago");
|
||||
|
||||
char pAgoString[40] = "\0";
|
||||
char pReleasedString[60];
|
||||
char pReleasedString[60] = "\0";
|
||||
if(stamp != 0)
|
||||
{
|
||||
agoTimeToString(ago, pAgoString);
|
||||
|
|
Loading…
Reference in a new issue