From d9878753d133765b8d970abc626a7c9a4338d173 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Nov 1998 02:57:43 +0000 Subject: (do_copy): Rename local: s/unused/copy_into_self/ --- src/cp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cp.c b/src/cp.c index 436897ad1..d6afbb5b9 100644 --- a/src/cp.c +++ b/src/cp.c @@ -488,8 +488,8 @@ do_copy (int argc, char **argv, const struct cp_options *x) } else { - int unused; - ret |= copy (arg, dst_path, new_dst, x, &unused, NULL); + int copy_into_self; + ret |= copy (arg, dst_path, new_dst, x, ©_into_self, NULL); forget_all (); if (flag_path) -- cgit v1.2.3-70-g09d2