From 664046ca6ca55cc4e348060b72415b1f79b0623d Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 19 Oct 2012 05:29:23 +0000
Subject: [PATCH] Fix typo.

---
 exec/newslink.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/newslink.js b/exec/newslink.js
index 1908b11cef..bb2e82aaeb 100644
--- a/exec/newslink.js
+++ b/exec/newslink.js
@@ -894,7 +894,7 @@ for(i in area) {
 			body += tearline;
 		if(flags.indexOf('m')>=0)
 			hdr.attr |= MSG_MODERATED;
-		if(msgbase.save_msg(hdr,body)) {
+		if(msgbase.save_msg(hdr.body)) {
 			imported++;
 			subimported++;
 			printf("Message %lu imported into %s (%lu of %lu total) %lu lines\r\n"
-- 
GitLab