mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10266
This commit is contained in:
parent
d25690dba5
commit
75801510a0
|
@ -685,6 +685,8 @@ void boinc_info_release(const char *pszFormat, ...){
|
|||
static char szTime[64];
|
||||
|
||||
memset(szBuffer, 0, sizeof(szBuffer));
|
||||
memset(szDate, 0, sizeof(szDate));
|
||||
memset(szTime, 0, sizeof(szTime));
|
||||
|
||||
strdate(szDate);
|
||||
strtime(szTime);
|
||||
|
|
Loading…
Reference in New Issue