Initialize pReleasedString

This commit is contained in:
def 2015-06-25 22:38:16 +02:00
parent 1c7750151d
commit 3b7fca86c6

View file

@ -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);