Revision: 42071
http://brlcad.svn.sourceforge.net/brlcad/?rev=42071&view=rev
Author: brlcad
Date: 2011-01-11 08:33:19 +0000 (Tue, 11 Jan 2011)
Log Message:
-----------
quellage, use size_t
Modified Paths:
--------------
brlcad/trunk/src/libged/bot_merge.c
Modified: brlcad/trunk/src/libged/bot_merge.c
===================================================================
--- brlcad/trunk/src/libged/bot_merge.c 2011-01-11 08:33:11 UTC (rev 42070)
+++ brlcad/trunk/src/libged/bot_merge.c 2011-01-11 08:33:19 UTC (rev 42071)
@@ -42,7 +42,8 @@
struct rt_db_internal intern;
struct rt_bot_internal **bots;
int i, idx;
- int avail_vert, avail_face, face;
+ int avail_vert, avail_face;
+ size_t face;
static const char *usage = "bot_dest bot1_src [botn_src]";
GED_CHECK_DATABASE_OPEN(gedp, GED_ERROR);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits