mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
11 lines
429 B
C
11 lines
429 B
C
--- 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) {
|