summaryrefslogtreecommitdiff
path: root/mail/gbiff/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gbiff/files/patch-aa')
-rw-r--r--mail/gbiff/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/gbiff/files/patch-aa b/mail/gbiff/files/patch-aa
new file mode 100644
index 000000000000..672d9d860880
--- /dev/null
+++ b/mail/gbiff/files/patch-aa
@@ -0,0 +1,20 @@
+--- src/protocol.c.orig Sat Mar 31 22:01:07 2001
++++ src/protocol.c Sat Mar 31 22:01:39 2001
+@@ -392,7 +392,7 @@
+ sup_bound = 0;
+ range_end = 0;
+ while (fgets (line, 4095, file)) {
+- if strstr (line, "unseen:") {
++ if(strstr (line, "unseen:")){
+ buffer = line + strlen ("unseen: ");
+
+ while (*buffer != '\n') {
+@@ -550,7 +550,7 @@
+ sup_bound = 0;
+ range_end = 0;
+ while (fgets (line, 4095, file)) {
+- if strstr (line, "unseen:") {
++ if(strstr (line, "unseen:")){
+ buffer = line + strlen ("unseen: ");
+ while (*buffer != '\n') {
+ /*