Revision: 40934
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40934&view=rev
Author:   brlcad
Date:     2010-10-07 17:56:29 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
if the else is wrong, there's no point in keeping it around.

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

Modified: brlcad/trunk/src/libged/rt.c
===================================================================
--- brlcad/trunk/src/libged/rt.c        2010-10-07 17:34:18 UTC (rev 40933)
+++ brlcad/trunk/src/libged/rt.c        2010-10-07 17:56:29 UTC (rev 40934)
@@ -506,11 +506,7 @@
            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

Reply via email to