Revision: 42112
http://brlcad.svn.sourceforge.net/brlcad/?rev=42112&view=rev
Author: brlcad
Date: 2011-01-12 01:13:36 +0000 (Wed, 12 Jan 2011)
Log Message:
-----------
more size_t
Modified Paths:
--------------
brlcad/trunk/src/vdeck/vdeck.c
Modified: brlcad/trunk/src/vdeck/vdeck.c
===================================================================
--- brlcad/trunk/src/vdeck/vdeck.c 2011-01-12 01:12:14 UTC (rev 42111)
+++ brlcad/trunk/src/vdeck/vdeck.c 2011-01-12 01:13:36 UTC (rev 42112)
@@ -426,8 +426,8 @@
int left;
int length;
struct directory *regdp = DIR_NULL;
- int i;
- int first;
+ size_t i;
+ int first;
bu_vls_init( &ident );
bu_vls_init( ® );
@@ -783,7 +783,7 @@
void
addarbn(struct bu_vls *v, struct rt_arbn_internal *gp, char *name, int num )
{
- int i;
+ size_t i;
BU_CK_VLS(v);
RT_ARBN_CK_MAGIC(gp);
@@ -1187,7 +1187,7 @@
void
addars(struct bu_vls *v, struct rt_ars_internal *gp, char *name, int num )
{
- int i;
+ size_t i;
RT_ARS_CK_MAGIC(gp);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits