ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / glx / polyhedra.c
index aed4d743c06a8a30e3295ee9fae3869eff4b26c3..42017d6b5d10d461b28ae7825dfa7c8858731a43 100644 (file)
@@ -1737,7 +1737,7 @@ faces(Polyhedron *P)
     int j;
     for (j = 0; j < P->M; j++) {
       int i0, J;
-      int pap;/* papillon edge type */
+      int pap=0;/* papillon edge type */
       if (P->incid[j][i] != -1)
         continue;
       P->incid[j][i] = newF;
@@ -2027,7 +2027,7 @@ construct_polyhedron (Polyhedron *P, Vector *v, int V, Vector *f, int F,
                       char *name, char *dual, char *class, char *star,
                       double azimuth, double elevation, double freeze)
 {
-  int i, j, k, l, ll, ii, *hit, facelets;
+  int i, j, k=0, l, ll, ii, *hit=0, facelets;
 
   polyhedron *result;
   Vector *temp;