diff options
-rw-r--r-- | src/mv.c | 2 | ||||
-rw-r--r-- | src/rm.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -258,7 +258,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) rm_option_init (&rm_options); rm_options.verbose = x->verbose; - remove_init (&rm_options); + remove_init (); fspec_init_file (&fs, dir_to_remove); @@ -185,7 +185,7 @@ main (int argc, char **argv) } } - remove_init (&x); + remove_init (); { struct stat cwd_sb; |