Revision: 70712
          http://sourceforge.net/p/brlcad/code/70712
Author:   starseeker
Date:     2018-02-16 15:46:40 +0000 (Fri, 16 Feb 2018)
Log Message:
-----------
initialize

Modified Paths:
--------------
    brlcad/trunk/src/nirt/main.cxx

Modified: brlcad/trunk/src/nirt/main.cxx
===================================================================
--- brlcad/trunk/src/nirt/main.cxx      2018-02-16 14:31:00 UTC (rev 70711)
+++ brlcad/trunk/src/nirt/main.cxx      2018-02-16 15:46:40 UTC (rev 70712)
@@ -613,7 +613,7 @@
     /* OK, from here on out we are actually going to be working with NIRT
      * itself.  Set up the initial environment */
     struct db_i *dbip;
-    struct nirt_state *ns;
+    struct nirt_state *ns = NULL;
     if (rt_uniresource.re_magic == 0) rt_init_resource(&rt_uniresource, 0, 
NULL);
 
     if (silent_mode != SILENT_YES) {

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to