mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
Formerly dir.c.~7~
This commit is contained in:
parent
348caf1627
commit
7db4dd0dbd
1 changed files with 1 additions and 1 deletions
2
dir.c
2
dir.c
|
@ -526,7 +526,7 @@ open_dirstream (directory)
|
|||
new->bucket = 0;
|
||||
new->elt = new->contents->files[0];
|
||||
|
||||
return new;
|
||||
return (__ptr_t) new;
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
|
Loading…
Reference in a new issue