(read_and): Use all_names_found() as `while' condition.

This commit is contained in:
Sergey Poznyakoff
2003-10-02 10:28:45 +00:00
parent 9373182407
commit 05b3fdccc1

View File

@@ -73,7 +73,7 @@ read_and (void (*do_something) (void))
name_gather ();
open_archive (ACCESS_READ);
while (1)
while (!all_names_found ())
{
prev_status = status;
status = read_header (false);