mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* readline.c (filename_completion_function): use struct dirent
instead of struct direct.
This commit is contained in:
@@ -5137,7 +5137,7 @@ filename_completion_function (text, state)
|
||||
static char *users_dirname = (char *)NULL;
|
||||
static int filename_len;
|
||||
|
||||
struct direct *entry = (struct direct *)NULL;
|
||||
struct dirent *entry = (struct dirent *)NULL;
|
||||
|
||||
/* If we don't have any state, then do some initialization. */
|
||||
if (!state)
|
||||
|
||||
Reference in New Issue
Block a user