Revision: 46341
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46341&view=rev
Author:   abhi2011
Date:     2011-08-23 16:13:17 +0000 (Tue, 23 Aug 2011)
Log Message:
-----------
stub for simulate cmd wrapper modification

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

Modified: brlcad/trunk/src/mged/cmd.c
===================================================================
--- brlcad/trunk/src/mged/cmd.c 2011-08-23 16:10:06 UTC (rev 46340)
+++ brlcad/trunk/src/mged/cmd.c 2011-08-23 16:13:17 UTC (rev 46341)
@@ -177,7 +177,7 @@
     return TCL_ERROR;
 
     av[0] = "draw";
-    av[1] = argv[argc-1];
+    av[1] = argv[1];
     av[2] = NULL;
     cmd_draw(clientData, interpreter, 2, av);
        

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


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to