Revision: 70113
          http://sourceforge.net/p/brlcad/code/70113
Author:   brlcad
Date:     2017-08-23 23:25:20 +0000 (Wed, 23 Aug 2017)
Log Message:
-----------
rt_binuif_describe doesn't take a resource and dbi pointer

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/dsp/dsp.c

Modified: brlcad/trunk/src/librt/primitives/dsp/dsp.c
===================================================================
--- brlcad/trunk/src/librt/primitives/dsp/dsp.c 2017-08-23 23:21:52 UTC (rev 
70112)
+++ brlcad/trunk/src/librt/primitives/dsp/dsp.c 2017-08-23 23:25:20 UTC (rev 
70113)
@@ -4095,7 +4095,7 @@
 
 
 /* FIXME, not publicly exposed anywhere as it's a non-geom object */
-extern int rt_binunif_describe(struct bu_vls *str, const struct rt_db_internal 
*ip, int verbose, double mm2local, struct resource *resp, struct db_i *db_i);
+extern int rt_binunif_describe(struct bu_vls *str, const struct rt_db_internal 
*ip, int verbose, double mm2local);
 
 
 /**
@@ -4134,7 +4134,7 @@
        size_t i = 0;
        size_t size;
        struct bu_vls binudesc = BU_VLS_INIT_ZERO;
-       rt_binunif_describe(&binudesc, dsp_ip->dsp_bip, 0, 
dbip->dbi_base2local, NULL, (struct db_i *)dbip);
+       rt_binunif_describe(&binudesc, dsp_ip->dsp_bip, 0, 
dbip->dbi_base2local);
 
        /* skip the first title line */
        size = bu_vls_strlen(&binudesc);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to