Display the first "progress" line right at the beginning.

This commit is contained in:
Moritz Bunkus 2004-12-28 21:51:00 +00:00
parent 84ecc597e1
commit 587d6ca5f4

View File

@ -345,7 +345,7 @@ get_file_type(const string &filename) {
return type;
}
static int display_counter = 1;
static int display_counter = 0;
static int display_files_done = 0;
static int display_path_length = 1;
static generic_reader_c *display_reader = NULL;