glu/sgi: Initialize variable in directedLine.
This commit is contained in:
@@ -800,7 +800,7 @@ directedLine* readAllPolygons(char* filename)
|
||||
{
|
||||
Int nEdges;
|
||||
fscanf(fp, "%i", &nEdges);
|
||||
Real vert[2][2];
|
||||
Real vert[2][2] = { { 0 } };
|
||||
Real VV[2][2];
|
||||
/*the first two vertices*/
|
||||
fscanf(fp, "%f", &(vert[0][0]));
|
||||
|
||||
Reference in New Issue
Block a user