mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 15:16:22 +00:00
Make sure date vars are initialized
This commit is contained in:
@@ -467,9 +467,9 @@ _chatwin_history(ProfChatWin *chatwin, const char *const contact)
|
||||
GSList *history = chat_log_get_previous(jid->barejid, contact);
|
||||
jid_destroy(jid);
|
||||
GSList *curr = history;
|
||||
int idd;
|
||||
int imo;
|
||||
int iyy;
|
||||
int idd = 0;
|
||||
int imo = 0;
|
||||
int iyy = 0;
|
||||
|
||||
while (curr) {
|
||||
char *line = curr->data;
|
||||
|
||||
Reference in New Issue
Block a user