diff --git a/exec/logon.js b/exec/logon.js index 9c5b89c29732c9c0c4f05926296d36f1cfe80abc..60d6d69e32c9f982f40389d2d5e52ac330456d36 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();