From 889da5053cb1b89ce25caec1bf9fa5a7dbb7830b Mon Sep 17 00:00:00 2001 From: Mattias Amnefelt Date: Tue, 10 Dec 2002 19:09:53 +0000 Subject: [PATCH] use-afs-strchr-instead-of-strchr-20021210 make dux happy --- src/afs/UKERNEL/afs_usrops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/UKERNEL/afs_usrops.c b/src/afs/UKERNEL/afs_usrops.c index 86503492e..210badacf 100644 --- a/src/afs/UKERNEL/afs_usrops.c +++ b/src/afs/UKERNEL/afs_usrops.c @@ -2172,7 +2172,7 @@ int uafs_LookupName( /* * terminate the current component and skip over slashes */ - nextPathP = strchr(pathP, '/'); + nextPathP = afs_strchr(pathP, '/'); if (nextPathP != NULL) { while (*nextPathP == '/') { *(nextPathP++) = '\0'; -- 2.39.5