From 74fe479350030d610d75fc9374adb1ef60cf02ca Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Jul 2000 15:01:11 +0000 Subject: [PATCH] (do_move): Fix typo. --- src/mv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mv.c b/src/mv.c index 761148456..3fc02be7b 100644 --- a/src/mv.c +++ b/src/mv.c @@ -205,7 +205,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) dir_to_remove = NULL; error (0, 0, _("cannot move %s to a subdirectory of itself, %s"), - quote_n (0, source), quote_n (0, dest)); + quote_n (0, source), quote_n (1, dest)); } else if (rename_succeeded) { -- 2.34.1