mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
Formerly dir.c.~12~
This commit is contained in:
parent
bc0276c3cb
commit
03acd42408
1 changed files with 3 additions and 1 deletions
4
dir.c
4
dir.c
|
@ -543,7 +543,9 @@ read_dirstream (stream)
|
|||
if (!df->impossible)
|
||||
return df->name;
|
||||
}
|
||||
ds->elt = ds->contents->files[++ds->bucket];
|
||||
if (++ds->bucket == DIRFILE_BUCKETS)
|
||||
break;
|
||||
ds->elt = ds->contents->files[ds->bucket];
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue