Revision: 41307
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41307&view=rev
Author:   bob1961
Date:     2010-11-09 20:46:00 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
Modified ged_build_tops to use the full path name when building up the command 
line vector.

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

Modified: brlcad/trunk/src/libged/rt.c
===================================================================
--- brlcad/trunk/src/libged/rt.c        2010-11-09 19:57:26 UTC (rev 41306)
+++ brlcad/trunk/src/libged/rt.c        2010-11-09 20:46:00 UTC (rev 41307)
@@ -501,7 +501,7 @@
            continue;
 
        if (vp < end)
-           *vp++ = gdlp->gdl_dp->d_namep;
+           *vp++ = bu_vls_addr(&gdlp->gdl_path);
        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.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to