Revision: 33650
          http://brlcad.svn.sourceforge.net/brlcad/?rev=33650&view=rev
Author:   bob1961
Date:     2009-02-03 21:45:43 +0000 (Tue, 03 Feb 2009)

Log Message:
-----------
Fixed bug/typo in f_make (i.e. the problem was that things were set up to use 
av, but av was never used).

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

Modified: brlcad/trunk/src/mged/chgmodel.c
===================================================================
--- brlcad/trunk/src/mged/chgmodel.c    2009-02-03 21:06:17 UTC (rev 33649)
+++ brlcad/trunk/src/mged/chgmodel.c    2009-02-03 21:45:43 UTC (rev 33650)
@@ -113,7 +113,7 @@
        av[0] = "draw";
        av[1] = argv[argc-2];
        av[2] = NULL;
-       edit_com(argc, argv, 1, 1);
+       edit_com(2, av, 1, 1);
     }
 
     /* Convert to Tcl codes */


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

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to