Revision: 57221
          http://sourceforge.net/p/brlcad/code/57221
Author:   brlcad
Date:     2013-08-28 13:06:08 +0000 (Wed, 28 Aug 2013)
Log Message:
-----------
reduce var scope

Modified Paths:
--------------
    brlcad/trunk/src/conv/g-xxx_facets.c

Modified: brlcad/trunk/src/conv/g-xxx_facets.c
===================================================================
--- brlcad/trunk/src/conv/g-xxx_facets.c        2013-08-28 13:05:24 UTC (rev 
57220)
+++ brlcad/trunk/src/conv/g-xxx_facets.c        2013-08-28 13:06:08 UTC (rev 
57221)
@@ -76,7 +76,6 @@
 {
     int        c;
     double percent;
-    int        i;
 
     bu_setprogname(argv[0]);
     bu_setlinebuf(stderr);
@@ -167,6 +166,8 @@
     RT_CK_TESS_TOL(tree_state.ts_ttol);
 
     if (verbose) {
+       int i;
+
        bu_log("Model: %s\n", argv[0]);
        bu_log("Objects:");
        for (i = 1; i < argc; i++)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to