Skip to content
Snippets Groups Projects
Commit 4a6905d7 authored by deuce's avatar deuce
Browse files

Unbreak last callers.

parent f955fdf6
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment