Skip to content
Snippets Groups Projects
Commit 743416e8 authored by rswindell's avatar rswindell
Browse files

Print a little warning when about to read the user database (which can take

a while due to all the individual read() calls).
parent 290440f4
Branches
Tags
No related merge requests found
......@@ -630,6 +630,7 @@ void list_users()
if((file=nopen("tbd.usr",O_RDONLY))==-1) {
printf("Error opening user data file\r\n");
exit(1); }
bprintf("\r\n\1n\1hReading user database...");
ateof=0;
while(!ateof) {
if(!read(file,&user.status,2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment