Initialize a tm structur

This commit is contained in:
François Grisez 2015-02-04 17:27:49 +01:00
parent c2551b2baa
commit eb82b8abc7

View file

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