Revision: 42188
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42188&view=rev
Author:   brlcad
Date:     2011-01-12 23:46:19 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
one more needing to be initialized

Modified Paths:
--------------
    brlcad/trunk/src/mged/cad_boundp.c

Modified: brlcad/trunk/src/mged/cad_boundp.c
===================================================================
--- brlcad/trunk/src/mged/cad_boundp.c  2011-01-12 23:40:38 UTC (rev 42187)
+++ brlcad/trunk/src/mged/cad_boundp.c  2011-01-12 23:46:19 UTC (rev 42188)
@@ -388,10 +388,10 @@
     /* Output point and look for next CCW point on periphery. */
 
     for (;;) {
-       coords first;   /* first output if -v */
-       double mindir; /* smallest from->to angle */
+       coords first = {0.0, 0.0}; /* first output if -v */
+       double mindir = 0.0; /* smallest from->to angle */
        point *nextp = (point *)NULL; /* -> next perimeter point */
-       queue *endq;    /* -> endpoint queue entry */
+       queue *endq = NULL; /* -> endpoint queue entry */
 
 #ifdef DEBUG
        fprintf(stderr, "from %g", from);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to