Revision: 76125
          http://sourceforge.net/p/brlcad/code/76125
Author:   starseeker
Date:     2020-06-12 00:02:12 +0000 (Fri, 12 Jun 2020)
Log Message:
-----------
Use ret when we have it

Modified Paths:
--------------
    brlcad/branches/bioh/src/burst2/burst.cpp

Modified: brlcad/branches/bioh/src/burst2/burst.cpp
===================================================================
--- brlcad/branches/bioh/src/burst2/burst.cpp   2020-06-11 23:49:11 UTC (rev 
76124)
+++ brlcad/branches/bioh/src/burst2/burst.cpp   2020-06-12 00:02:12 UTC (rev 
76125)
@@ -1043,7 +1043,7 @@
 
     s->firemode = FM_SHOT | FM_FILE | FM_3DIM;
 
-    return BRLCAD_OK;
+    return ret;
 }
 
 extern "C" int
@@ -1127,7 +1127,7 @@
 
     s->firemode = FM_BURST | FM_3DIM | FM_FILE;
 
-    return BRLCAD_OK;
+    return ret;
 }
 
 extern "C" int

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