]> granicus.if.org Git - mutt/commitdiff
shut up the compiler.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Jun 2000 21:22:46 +0000 (21:22 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Jun 2000 21:22:46 +0000 (21:22 +0000)
imap/imap.c

index ff8893f8a26d4af5df8f89dbb0ee7b2b9a76ec0a..f36ea8ff488bcd4843addab78bc2be743d8a922d 100644 (file)
@@ -1150,7 +1150,7 @@ int imap_check_mailbox (CONTEXT *ctx, int *index_hint)
 {
   char buf[LONG_STRING];
   static time_t checktime=0;
-  time_t t;
+  time_t t = 0;
 
   /* 
    * gcc thinks it has to warn about uninitialized use