From bbd396f52fe205bf01dc7ccc7366ff653f5f8aec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Apr 2002 16:32:32 +0000 Subject: [PATCH] Revert last change. --- src/mv.c | 2 +- src/rm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mv.c b/src/mv.c index 2841534..4fcebb8 100644 --- a/src/mv.c +++ b/src/mv.c @@ -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); diff --git a/src/rm.c b/src/rm.c index 55aef15..7337096 100644 --- a/src/rm.c +++ b/src/rm.c @@ -185,7 +185,7 @@ main (int argc, char **argv) } } - remove_init (&x); + remove_init (); { struct stat cwd_sb; -- 2.7.4