Revision: 76182
http://sourceforge.net/p/brlcad/code/76182
Author: starseeker
Date: 2020-06-22 21:56:49 +0000 (Mon, 22 Jun 2020)
Log Message:
-----------
shift all args
Modified Paths:
--------------
brlcad/trunk/src/libtclcad/tclcad_obj.c
Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c 2020-06-22 21:52:17 UTC (rev
76181)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c 2020-06-22 21:56:49 UTC (rev
76182)
@@ -3720,7 +3720,7 @@
}
/* shift the command name to argv[1] before calling ged_view_data_lines */
- argv[1] = argv[0];
+ argc--;argv++;
struct bview *btmp = gedp->ged_gvp;
gedp->ged_gvp = gdvp->gdv_view;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits