Revision: 53438
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53438&view=rev
Author:   brlcad
Date:     2012-11-02 04:48:22 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
must init botip to null if we're going to compare it to null everywhere

Modified Paths:
--------------
    brlcad/trunk/src/libged/select.c

Modified: brlcad/trunk/src/libged/select.c
===================================================================
--- brlcad/trunk/src/libged/select.c    2012-11-01 20:28:28 UTC (rev 53437)
+++ brlcad/trunk/src/libged/select.c    2012-11-02 04:48:22 UTC (rev 53438)
@@ -274,7 +274,7 @@
     static const char *usage = "[-b bot] [-p] [-z vminz] vx vy {vr | vw vh}";
     const char *cmd = argv[0];
     struct rt_db_internal intern;
-    struct rt_bot_internal *botip;
+    struct rt_bot_internal *botip = NULL;
     int pflag = 0;
     double vminz = -1000.0;
 

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


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to