Revision: 40931
http://brlcad.svn.sourceforge.net/brlcad/?rev=40931&view=rev
Author: bob1961
Date: 2010-10-07 17:02:44 +0000 (Thu, 07 Oct 2010)
Log Message:
-----------
Keith found a breakage while using preview (the gd_rt_cmd struct was referring
to memory locations that were no longer valid due to a call to zap). This fixes
it.
Modified Paths:
--------------
brlcad/trunk/src/libged/rt.c
Modified: brlcad/trunk/src/libged/rt.c
===================================================================
--- brlcad/trunk/src/libged/rt.c 2010-10-07 16:46:52 UTC (rev 40930)
+++ brlcad/trunk/src/libged/rt.c 2010-10-07 17:02:44 UTC (rev 40931)
@@ -506,7 +506,11 @@
continue;
if (vp < end)
+#if 1
+ *vp++ = gdlp->gdl_dp->d_namep;
+#else
*vp++ = bu_vls_addr(&gdlp->gdl_path);
+#endif
else {
bu_vls_printf(&gedp->ged_result_str, "libged: ran out of command
vector space at %s\n", gdlp->gdl_dp->d_namep);
break;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits