mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Initialize a tm structur
This commit is contained in:
parent
c2551b2baa
commit
eb82b8abc7
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ time_t check_file(LinphoneCoreManager* mgr) {
|
|||
char *line = NULL;
|
||||
size_t line_size = 256;
|
||||
#ifndef WIN32
|
||||
struct tm tm_curr;
|
||||
struct tm tm_curr = {0};
|
||||
time_t time_prev = -1;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue