Revision: 54951
http://brlcad.svn.sourceforge.net/brlcad/?rev=54951&view=rev
Author: carlmoore
Date: 2013-03-28 20:20:41 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
fix warning about format designator
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c
Modified: brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c 2013-03-28 19:59:47 UTC
(rev 54950)
+++ brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c 2013-03-28 20:20:41 UTC
(rev 54951)
@@ -592,7 +592,7 @@
/* Allocate 2 children nodes for the parent node */
node->data = (void *)bu_calloc(2, sizeof(struct tie_kdtree_s),
__FUNCTION__);
if(((size_t)node->data & 7L))
- bu_log("node->data 0x%X is not aligned! %x\n", node->data,
(size_t)node->data & 7L);
+ bu_log("node->data 0x%X is not aligned! %lu\n", node->data,
(size_t)node->data & 7L);
BU_ALLOC(((struct tie_kdtree_s *)(node->data))[0].data, struct tie_geom_s);
if(((size_t)((struct tie_kdtree_s *)(node->data))[0].data & 7L))
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for recognition, cash, and the chance to get your game on Steam.
$5K grand prize plus 10 genre and skill prizes. Submit your demo
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits