process_top_path() fixed compilation warning.

This commit is contained in:
James Youngman
2005-02-05 12:16:45 +00:00
parent 8712b71791
commit 41c98e1cdc

View File

@@ -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);