From 6ea6d46ba082a890320159232b53760cfc37c052 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Mar 1998 01:26:09 +0000 Subject: Typo fix. svn path=/trunk/; revision=1720 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap.c b/imap.c index 86a5e245..ae2098da 100644 --- a/imap.c +++ b/imap.c @@ -715,7 +715,7 @@ static int imap_getrange(int sock, int ok; /* find out how many messages are waiting */ - *bytes, recent = unseen = -1; + *bytes = recent = unseen = -1; if (pass > 1) { -- cgit v1.2.3