From b58cf623e0ab5a5bf64c982bd6be8fe06e472e41 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 22 Jan 2001 22:36:36 +0000 Subject: [PATCH] Change the callbacks in this file to match the callback function types. 2001-01-22 Christopher James Lahey * component/e-summary-url.c: Change the callbacks in this file to match the callback function types. Fixes warnings. --- camel/ChangeLog | 5 +++++ camel/providers/imap/camel-imap-folder.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index b887c4f..034ac2d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-01-22 Christopher James Lahey + + * providers/imap/camel-imap-folder.c (camel_imap_folder_selected): + Initialize the value of the variable exists here. + 2001-01-22 Not Zed * .cvsignore */*/.cvsignore: Added profiling temp diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 56de2bb..12c0b74 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -216,7 +216,7 @@ void camel_imap_folder_selected (CamelFolder *folder, CamelImapResponse *response, CamelException *ex) { - unsigned long exists, val, uid; + unsigned long exists = 0, val, uid; CamelMessageInfo *info; int i, count; char *resp; -- 2.7.4