summaryrefslogtreecommitdiff
path: root/mail/qconfirm/files/patch-src_qconfirm-notice.c
blob: 2478812757c204b2969343a1b1e9c32e310019f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/qconfirm-notice.c.orig	2004-12-12 16:57:17 UTC
+++ src/qconfirm-notice.c
@@ -386,7 +386,7 @@ int main(int argc, const char **argv) {
   }
 
   /* check for confirmation request message */
-  while ((i =getline(buffer_0, &sa)) > 0) {
+  while ((i =get_line(buffer_0, &sa)) > 0) {
     if ((i == 1) && (sa.s[0] == '\n')) break; /* end of headers */
     if (request && reply_to.s) break;
     for (i =0; i < sa.len; ++i) {