diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-24 01:26:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-24 01:26:09 +0000 |
commit | 6ea6d46ba082a890320159232b53760cfc37c052 (patch) | |
tree | 0c235ebad822e553f8aac4e2c75ff64c601b42b0 | |
parent | c753710356d36bb624bd975a8409a6d794c00dda (diff) | |
download | fetchmail-6ea6d46ba082a890320159232b53760cfc37c052.tar.gz fetchmail-6ea6d46ba082a890320159232b53760cfc37c052.tar.bz2 fetchmail-6ea6d46ba082a890320159232b53760cfc37c052.zip |
Typo fix.
svn path=/trunk/; revision=1720
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |