From 743416e8f56a27f0fb450fa8cc90d83882adcd89 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 12 Jun 2007 20:17:32 +0000 Subject: [PATCH] Print a little warning when about to read the user database (which can take a while due to all the individual read() calls). --- xtrn/tbd/tbd2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xtrn/tbd/tbd2.c b/xtrn/tbd/tbd2.c index 1eafc66919..ec11bae3ff 100644 --- a/xtrn/tbd/tbd2.c +++ b/xtrn/tbd/tbd2.c @@ -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)) -- GitLab