aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popper
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-06-29 05:56:00 +0800
committerache <ache@FreeBSD.org>1998-06-29 05:56:00 +0800
commit9225af3e4c104a3579f7852bfa8eb2573e3ad508 (patch)
tree357310facb7eb403325cf778d74e3ec7195371d4 /mail/popper
parent585ef3ddf2b7aaaf1e2655821e1aa875de88c878 (diff)
downloadfreebsd-ports-gnome-9225af3e4c104a3579f7852bfa8eb2573e3ad508.tar.gz
freebsd-ports-gnome-9225af3e4c104a3579f7852bfa8eb2573e3ad508.tar.zst
freebsd-ports-gnome-9225af3e4c104a3579f7852bfa8eb2573e3ad508.zip
oops, forget to add 1 for newline for max UIDL check
Diffstat (limited to 'mail/popper')
-rw-r--r--mail/popper/files/patch-ai2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/files/patch-ai b/mail/popper/files/patch-ai
index 6eb95235297c..86c7c92c4e70 100644
--- a/mail/popper/files/patch-ai
+++ b/mail/popper/files/patch-ai
@@ -25,7 +25,7 @@
cp = &buffer[7];
while (*cp && (*cp == ' ' || *cp == '\t')) cp++;
! l = strlen(cp);
-! if(l < DIG_SIZE || l > 70/*rfc1939*/) /* To account for the empty UIDL string */
+! if(l < DIG_SIZE || l > 70/*rfc1939*/+1) /* To account for the empty UIDL string */
{
uidl_found--; /*roll over as though it hasn't seen anything*/
continue;