[Pkg-wmaker-commits] [wmbiff] 05/15: fix debian bug #183529

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_15
in repository wmbiff.

commit f8484b291655c2f1cd0133c9d7fe9f60ba952f1e
Author: bluehal <bluehal>
Date:   Thu Mar 6 21:15:15 2003 +0000

    fix debian bug #183529
---
 wmbiff/wmbiff.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index b13783f..e4c70be 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.50 2003/03/02 02:17:15 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.51 2003/03/06 21:15:15 bluehal Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -328,7 +328,7 @@ static void init_biff(char *config_file)
 	int loopinterval = DEFAULT_LOOP;
 	unsigned int i;
 
-	for (i = 0; i < num_mailboxes; i++) {
+	for (i = 0; i < MAX_NUM_MAILBOXES; i++) {
 		mbox[i].label[0] = '\0';
 		mbox[i].path[0] = '\0';
 		mbox[i].notify[0] = '\0';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list