From 41c98e1cdc90f0d99e7475283f41dfd7090bc4dd Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 5 Feb 2005 12:16:45 +0000 Subject: [PATCH] process_top_path() fixed compilation warning. --- find/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/find.c b/find/find.c index 3940f24d..d365cbe1 100644 --- a/find/find.c +++ b/find/find.c @@ -1045,7 +1045,7 @@ process_top_path (char *pathname, mode_t mode) { int dirchange; const char *parent_dir; - const char *base = base_name(pathname); + char *base = base_name(pathname); state.curdepth = 0; state.path_length = strlen (pathname);