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