diff options
Diffstat (limited to 'mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff')
-rw-r--r-- | mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff b/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff new file mode 100644 index 000000000000..40469c38e7ed --- /dev/null +++ b/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff @@ -0,0 +1,11 @@ +--- lmtp2nntp_main.c.orig Wed Oct 19 19:14:11 2005 ++++ lmtp2nntp_main.c Wed Oct 19 19:14:24 2005 +@@ -129,7 +129,7 @@ + ch = ch2; + } + va_start(ap, fmt); +- l2_channel_vlog(ch, level, fmt, ap); ++ l2_channel_vlog(ch, level, fmt, &ap); + va_end(ap); + return; + } |