diff options
Diffstat (limited to 'io/ftw.c')
-rw-r--r-- | io/ftw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ fail: /* Next, update the `struct FTW' information. */ ++data->ftw.level; - startp = __rawmemchr (data->dirbuf, '\0'); + startp = strchr (data->dirbuf, '\0'); /* There always must be a directory name. */ assert (startp != data->dirbuf); if (startp[-1] != '/') |