diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1998-06-28 08:04:07 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1998-06-28 08:04:07 +0000 |
commit | 51b8ca739a989490858f9869512f7a4ff341f966 (patch) | |
tree | 348312fca118fabffa21c00abf4419e9e16795b6 /mail/popper/files | |
parent | b85e95f56ad5d97c8bcc07702d7c6f7827aa7e0c (diff) | |
download | ports-51b8ca739a989490858f9869512f7a4ff341f966.tar.gz ports-51b8ca739a989490858f9869512f7a4ff341f966.zip |
Notes
Diffstat (limited to 'mail/popper/files')
-rw-r--r-- | mail/popper/files/patch-ag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/files/patch-ag b/mail/popper/files/patch-ag index 9ed0df9ccc06..b86319be3e93 100644 --- a/mail/popper/files/patch-ag +++ b/mail/popper/files/patch-ag @@ -45,7 +45,7 @@ /* Append the <CR><LF> */ - (void)strcat(message, "\r\n"); + len -= strlen(message); -+ (void)strncat(message, len, "\r\n"); ++ (void)strncat(message, "\r\n", len); /* Send the message to the client */ (void)fputs(message,p->output); |