diff options
Diffstat (limited to 'src/glu/mesa/polytest.c')
-rw-r--r-- | src/glu/mesa/polytest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/polytest.c b/src/glu/mesa/polytest.c index 0995cb032f0..ccf9cdd4b47 100644 --- a/src/glu/mesa/polytest.c +++ b/src/glu/mesa/polytest.c @@ -1,4 +1,4 @@ -/* $Id: polytest.c,v 1.3 2000/07/11 14:11:04 brianp Exp $ */ +/* $Id: polytest.c,v 1.4 2000/11/10 17:23:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -786,7 +786,7 @@ cut_out_hole(GLUtriangulatorObj * tobj, tess_vertex *v1, *v2, *tmp_vertex; GLuint vertex1_cnt, vertex2_cnt, tmp_vertex_cnt; GLuint i, j, k; - GLenum test; + GLenum test = 0; /* find an edge connecting contour and hole not intersecting any other */ /* edge belonging to either the contour or any of the other holes */ |