mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-28 04:23:21 +01:00
process_top_path() fixed compilation warning.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user