From: Jim Meyering Date: Mon, 30 Nov 1998 02:57:43 +0000 (+0000) Subject: (do_copy): Rename local: s/unused/copy_into_self/ X-Git-Tag: FILEUTILS-4_1-b1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9878753d133765b8d970abc626a7c9a4338d173;p=thirdparty%2Fcoreutils.git (do_copy): Rename local: s/unused/copy_into_self/ --- diff --git a/src/cp.c b/src/cp.c index 436897ad19..d6afbb5b92 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)