Revision: 76438
          http://sourceforge.net/p/brlcad/code/76438
Author:   starseeker
Date:     2020-07-23 00:00:42 +0000 (Thu, 23 Jul 2020)
Log Message:
-----------
initialize

Modified Paths:
--------------
    brlcad/branches/gedplugins/src/libged/exec.cpp

Modified: brlcad/branches/gedplugins/src/libged/exec.cpp
===================================================================
--- brlcad/branches/gedplugins/src/libged/exec.cpp      2020-07-22 22:45:52 UTC 
(rev 76437)
+++ brlcad/branches/gedplugins/src/libged/exec.cpp      2020-07-23 00:00:42 UTC 
(rev 76438)
@@ -38,7 +38,7 @@
        return GED_ERROR;
     }
 
-    double start;
+    double start = 0.0;
     const char *tstr = getenv("GED_EXEC_TIME");
     if (tstr) {
        start = bu_gettime();

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