Revision: 77485
http://sourceforge.net/p/brlcad/code/77485
Author: brlcad
Date: 2020-10-18 21:55:28 +0000 (Sun, 18 Oct 2020)
Log Message:
-----------
regress fix, call bu_setprogname()
Modified Paths:
--------------
brlcad/trunk/src/libged/brep/dplot_reader.c
Modified: brlcad/trunk/src/libged/brep/dplot_reader.c
===================================================================
--- brlcad/trunk/src/libged/brep/dplot_reader.c 2020-10-18 20:58:02 UTC (rev
77484)
+++ brlcad/trunk/src/libged/brep/dplot_reader.c 2020-10-18 21:55:28 UTC (rev
77485)
@@ -27,6 +27,8 @@
bu_exit(1, "usage: %s input\n", argv[0]);
}
+ bu_setprogname(argv[0]);
+
/* initialize scanner */
input_file = fopen(argv[1], "r");
if (!input_file) {
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