summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate/locate/fastfind.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/locate/locate/fastfind.c')
-rw-r--r--usr.bin/locate/locate/fastfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c
index 21148bc..c15730b 100644
--- a/usr.bin/locate/locate/fastfind.c
+++ b/usr.bin/locate/locate/fastfind.c
@@ -167,7 +167,7 @@ fastfind
/* find optimal (last) char for searching */
for (p = pathpart; *p != '\0'; p++)
- if (index(LOCATE_REG, *p) != NULL)
+ if (strchr(LOCATE_REG, *p) != NULL)
break;
if (*p == '\0')
OpenPOWER on IntegriCloud