From: Vinson Lee Date: Sun, 3 Jan 2010 04:04:00 +0000 (-0800) Subject: glu/sgi: Initialize members of struct O_curve. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe27b07b0fe7b63755add9bf522d7efcbf1ffb9b;p=mesa.git glu/sgi: Initialize members of struct O_curve. --- diff --git a/src/glu/sgi/libnurbs/internals/reader.h b/src/glu/sgi/libnurbs/internals/reader.h index 3390ce80e99..cae6cada468 100644 --- a/src/glu/sgi/libnurbs/internals/reader.h +++ b/src/glu/sgi/libnurbs/internals/reader.h @@ -64,7 +64,7 @@ struct O_curve : public PooledObj { int save; /* 1 if in display list */ long nuid; O_curve() { next = 0; used = 0; owner = 0; - curve.o_pwlcurve = 0; } + curve.o_pwlcurve = 0; curvetype = ct_none; save = 0; nuid = 0; } }; struct O_nurbscurve : public PooledObj {