Revision: 45885
http://brlcad.svn.sourceforge.net/brlcad/?rev=45885&view=rev
Author: brlcad
Date: 2011-08-10 06:02:48 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
yep, more
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp
Modified: brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp 2011-08-10
05:50:34 UTC (rev 45884)
+++ brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp 2011-08-10
06:02:48 UTC (rev 45885)
@@ -193,9 +193,9 @@
struct line_seg *lsg;
struct carc_seg *csg;
struct bezier_seg *bsg;
- long *lng;
+ uint32_t *lng;
for (size_t i = 0; i < (&eip->curve)->count; i++) {
- lng = (long *)(&eip->curve)->segment[i];
+ lng = (uint32_t *)(&eip->curve)->segment[i];
switch (*lng) {
case CURVE_LSEG_MAGIC: {
lsg = (struct line_seg *)lng;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits