summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-22 07:35:41 +0000
committerJim Meyering <jim@meyering.net>2002-04-22 07:35:41 +0000
commite305ef0fa851ec2f93620dee0ae2e3d8cceac2d4 (patch)
treeaa192eb8006c120d5ef062d449dd0c9e9a515bd0 /src/mv.c
parentf1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9 (diff)
downloadcoreutils-e305ef0fa851ec2f93620dee0ae2e3d8cceac2d4.tar.xz
(do_move): Adjust caller of remove_init.
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index 4fcebb80e..2841534c0 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 ();
+ remove_init (&rm_options);
fspec_init_file (&fs, dir_to_remove);