From 4cc5661b4272519997daaa3b49ad9b8baf3c713d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 10 May 1998 12:22:58 +0000 Subject: [PATCH] (cp_option_init): s/use_mode/set_mode/ --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.c b/src/install.c index ed5a4e9..8d85881 100644 --- a/src/install.c +++ b/src/install.c @@ -217,7 +217,7 @@ cp_option_init (struct cp_options *x) x->recursive = 0; x->sparse_mode = SPARSE_AUTO; x->symbolic_link = 0; - x->use_mode = 1; + x->set_mode = 1; x->mode = 0755; x->umask_kill = 0; x->update = 0; -- 2.7.4