cvs (2:1.12.13+real-9) diff/analyze.c

Summary

 diff/analyze.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- cvs-1.12.13+real.orig/diff/analyze.c
+++ cvs-1.12.13+real/diff/analyze.c
@@ -358,7 +358,7 @@
   else
     {
       int c;
-      struct partition part;
+      struct partition part = { 0, 0, 0, 0 };
 
       /* Find a point of correspondence in the middle of the files.  */