Revision: 45881
http://brlcad.svn.sourceforge.net/brlcad/?rev=45881&view=rev
Author: brlcad
Date: 2011-08-10 05:28:23 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
print 5 in v5 routines, not 4
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/sketch/sketch.c
Modified: brlcad/trunk/src/librt/primitives/sketch/sketch.c
===================================================================
--- brlcad/trunk/src/librt/primitives/sketch/sketch.c 2011-08-10 05:28:02 UTC
(rev 45880)
+++ brlcad/trunk/src/librt/primitives/sketch/sketch.c 2011-08-10 05:28:23 UTC
(rev 45881)
@@ -1518,8 +1518,8 @@
ep->ext_nbytes += (bseg->degree + 1) * SIZEOF_NETWORK_LONG;
break;
default:
- bu_log("rt_sketch_export4: unsupported segement type (x%x)\n",
*lng);
- bu_bomb("rt_sketch_export4: unsupported segement type\n");
+ bu_log("rt_sketch_export5: unsupported segement type (x%x)\n",
*lng);
+ bu_bomb("rt_sketch_export5: unsupported segement type\n");
}
}
ep->ext_buf = (genptr_t)bu_malloc(ep->ext_nbytes, "sketch external");
@@ -1622,7 +1622,7 @@
}
break;
default:
- bu_bomb("rt_sketch_export4: ERROR: unrecognized curve type!\n");
+ bu_bomb("rt_sketch_export5: ERROR: unrecognized curve type!\n");
break;
}
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