Revision: 76443
          http://sourceforge.net/p/brlcad/code/76443
Author:   brlcad
Date:     2020-07-23 13:08:27 +0000 (Thu, 23 Jul 2020)
Log Message:
-----------
majortype is missing??

Modified Paths:
--------------
    brlcad/trunk/src/libged/typein/typein.c

Modified: brlcad/trunk/src/libged/typein/typein.c
===================================================================
--- brlcad/trunk/src/libged/typein/typein.c     2020-07-23 03:50:53 UTC (rev 
76442)
+++ brlcad/trunk/src/libged/typein/typein.c     2020-07-23 13:08:27 UTC (rev 
76443)
@@ -2891,7 +2891,7 @@
 
 /*
  * reads datum parameters from keyboard
- *
+n *
  * returns 0 if successfully read
  * 1 if unsuccessfully read
  */
@@ -3038,6 +3038,7 @@
     intern->idb_ptr = datums;
     intern->idb_meth = &OBJ[ID_DATUM];
     intern->idb_type = ID_DATUM;
+    intern->idb_major_type = DB5_MAJORTYPE_BRLCAD;
 
     /* Set a default color for datum objects */
     bu_avs_add(&intern->idb_avs, "color", "255/255/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