(cp_option_init): s/use_mode/set_mode/
authorJim Meyering <jim@meyering.net>
Sun, 10 May 1998 12:22:58 +0000 (12:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 May 1998 12:22:58 +0000 (12:22 +0000)
src/install.c

index ed5a4e9..8d85881 100644 (file)
@@ -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;