From 4a6905d75d1ee7ca8bedec0ec8ee9249e9256559 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 30 Jul 2007 08:47:18 +0000 Subject: [PATCH] Unbreak last callers. --- exec/logon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/logon.js b/exec/logon.js index 9c5b89c297..60d6d69e32 100644 --- a/exec/logon.js +++ b/exec/logon.js @@ -173,7 +173,7 @@ else { printf("\1n\1g\1hYou are the first caller of the day!\r\n"); else { printf("\1n\1g\1hLast few callers:\1n\r\n"); - console.printtail(logonlst,P_NOATCODES,4); + console.printtail(logonlst,4,P_NOATCODES); // args: filename, lines, mode } console.crlf(); -- GitLab