Revision: 48459
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48459&view=rev
Author:   starseeker
Date:     2012-01-12 00:20:51 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
Another check the tsp first case - CID 310

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

Modified: brlcad/trunk/src/mged/dodraw.c
===================================================================
--- brlcad/trunk/src/mged/dodraw.c      2012-01-12 00:13:26 UTC (rev 48458)
+++ brlcad/trunk/src/mged/dodraw.c      2012-01-12 00:20:51 UTC (rev 48459)
@@ -302,7 +302,8 @@
        sp->s_soldash = dashflag;
        sp->s_Eflag = 0;        /* This is a solid */
        db_dup_full_path(&sp->s_fullpath, pathp);
-       sp->s_regionid = tsp->ts_regionid;
+       if (tsp)
+         sp->s_regionid = tsp->ts_regionid;
     }
 
     createDListALL(sp);

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to