(cp_option_init): Initialize new member.
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 19:48:17 +0000 (19:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 19:48:17 +0000 (19:48 +0000)
src/install.c
src/mv.c

index 9605bd8..35c9d0b 100644 (file)
@@ -174,6 +174,7 @@ cp_option_init (struct cp_options *x)
   x->verbose = 0;
   x->xstat = stat;
   x->dest_info = NULL;
+  x->src_info = NULL;
 }
 
 int
index 1266adb..5d1ebe1 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -149,6 +149,7 @@ cp_option_init (struct cp_options *x)
   x->verbose = 0;
   x->xstat = lstat;
   x->dest_info = NULL;
+  x->src_info = NULL;
 }
 
 /* If PATH is an existing directory, return nonzero, else 0.  */