Revision: 41341
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41341&view=rev
Author:   brlcad
Date:     2010-11-12 21:52:30 +0000 (Fri, 12 Nov 2010)

Log Message:
-----------
ack, gd_rt_cmd needs to be a char ** for this to work, not an array.

Modified Paths:
--------------
    brlcad/trunk/include/ged.h

Modified: brlcad/trunk/include/ged.h
===================================================================
--- brlcad/trunk/include/ged.h  2010-11-12 21:49:58 UTC (rev 41340)
+++ brlcad/trunk/include/ged.h  2010-11-12 21:52:30 UTC (rev 41341)
@@ -407,7 +407,7 @@
     struct vd_curve            *gd_currVHead;          /**< @brief  current 
vdraw head */
     struct solid               *gd_freeSolids;         /**< @brief  ptr to 
head of free solid list */
 
-    char                       *gd_rt_cmd[RT_MAXARGS];
+    char                       **gd_rt_cmd;
     int                                gd_rt_cmd_len;
     struct ged_run_rt          gd_headRunRt;           /**< @brief  head of 
forked rt processes */
 


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

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to