Skip to content
Snippets Groups Projects
Commit 9e3914d1 authored by rswindell's avatar rswindell
Browse files

Fix Angus-identified bug: lines and mode arguments reversed in printtail()

call.
parent 3fad7e23
Branches
Tags
No related merge requests found
...@@ -93,7 +93,7 @@ if(file_size(logonlst)<1) ...@@ -93,7 +93,7 @@ if(file_size(logonlst)<1)
printf("\1n\1g\1hYou are the first caller of the day!\r\n"); printf("\1n\1g\1hYou are the first caller of the day!\r\n");
else { else {
printf("\1n\1g\1hLast few callers:\1n\r\n"); 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(); console.crlf();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment