Revision: 76407
http://sourceforge.net/p/brlcad/code/76407
Author: starseeker
Date: 2020-07-22 11:43:56 +0000 (Wed, 22 Jul 2020)
Log Message:
-----------
Actually, can't flatten the argv0 to a uniform standard - some of the ged
commands change their behavior based on what string is in argv0
Modified Paths:
--------------
brlcad/branches/gedplugins/src/libged/exec_mapping.cpp
Modified: brlcad/branches/gedplugins/src/libged/exec_mapping.cpp
===================================================================
--- brlcad/branches/gedplugins/src/libged/exec_mapping.cpp 2020-07-22
11:42:11 UTC (rev 76406)
+++ brlcad/branches/gedplugins/src/libged/exec_mapping.cpp 2020-07-22
11:43:56 UTC (rev 76407)
@@ -32,8 +32,6 @@
#define GED_CMD(x) \
int GED_CMD_HELPER1(ged_,x)(struct ged *gedp, int argc, const char
*argv[]) \
{ \
- const char *av0 = #x; \
- argv[0] = av0; \
return ged_exec(gedp, argc, argv); \
} \
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