[Commit] nickle ChangeLog,1.33,1.34 array.c,1.24,1.25

Keith Packard commit at keithp.com
Thu Apr 15 23:06:03 PDT 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv11959

Modified Files:
	ChangeLog array.c 
Log Message:
2004-04-15  Keith Packard  <keithp at keithp.com>

	* array.c: (ArrayResize):
	Fix warning about uninit 'good'


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- a/ChangeLog	16 Apr 2004 06:02:07 -0000	1.33
+++ b/ChangeLog	16 Apr 2004 06:06:01 -0000	1.34
@@ -1,5 +1,10 @@
 2004-04-15  Keith Packard  <keithp at keithp.com>
 
+	* array.c: (ArrayResize):
+	Fix warning about uninit 'good'
+
+2004-04-15  Keith Packard  <keithp at keithp.com>
+
 	* autogen.sh:
 	Always regenerate configure in case version.m4 changes
 	* configure.in:

Index: array.c
===================================================================
RCS file: /local/src/CVS/nickle/array.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- a/array.c	16 Apr 2004 05:26:44 -0000	1.24
+++ b/array.c	16 Apr 2004 06:06:01 -0000	1.25
@@ -367,6 +367,7 @@
 		dims[d] = 0;
 		limits[d] = 0;
 	    }
+	    good = 0;
 	}
 
 	nboxes = NewBoxVector (ents, a->u.resize->type);




More information about the Commit mailing list