Revision: 41470
http://brlcad.svn.sourceforge.net/brlcad/?rev=41470&view=rev
Author: erikgreenwald
Date: 2010-11-29 19:47:28 +0000 (Mon, 29 Nov 2010)
Log Message:
-----------
actually return the newly allocated memory from the alloc func...
Modified Paths:
--------------
brlcad/branches/bottie/src/librt/primitives/bot/btg.c
Modified: brlcad/branches/bottie/src/librt/primitives/bot/btg.c
===================================================================
--- brlcad/branches/bottie/src/librt/primitives/bot/btg.c 2010-11-29
17:55:12 UTC (rev 41469)
+++ brlcad/branches/bottie/src/librt/primitives/bot/btg.c 2010-11-29
19:47:28 UTC (rev 41470)
@@ -43,8 +43,8 @@
if(tie == NULL)
return NULL;
- bu_log("Init bottie: %p\n", tie);
tie_init1(tie, ntri, TIE_KDTREE_FAST);
+ return tie;
}
void
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits