Revision: 77319
          http://sourceforge.net/p/brlcad/code/77319
Author:   starseeker
Date:     2020-10-02 01:34:41 +0000 (Fri, 02 Oct 2020)
Log Message:
-----------
add bu_setprogname call

Modified Paths:
--------------
    brlcad/trunk/src/librt/gdiam/gdiam_test.cpp

Modified: brlcad/trunk/src/librt/gdiam/gdiam_test.cpp
===================================================================
--- brlcad/trunk/src/librt/gdiam/gdiam_test.cpp 2020-10-02 01:33:26 UTC (rev 
77318)
+++ brlcad/trunk/src/librt/gdiam/gdiam_test.cpp 2020-10-02 01:34:41 UTC (rev 
77319)
@@ -47,6 +47,7 @@
 #include  <memory.h>
 #include  <math.h>
 
+#include  "bu/app.h"
 #include  "gdiam.hpp"
 
 /*--- Start of Code ---*/
@@ -150,6 +151,7 @@
 
 int  main( int  argc, char  ** argv )
 {
+    bu_setprogname(argv[0]);
     if  ( argc == 1 ) {
         standard_test();
         return  0;

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

Reply via email to