Revision: 57208
          http://sourceforge.net/p/brlcad/code/57208
Author:   brlcad
Date:     2013-08-28 04:30:07 +0000 (Wed, 28 Aug 2013)
Log Message:
-----------
reduce scope

Modified Paths:
--------------
    brlcad/trunk/src/conv/asc/asc2g.c

Modified: brlcad/trunk/src/conv/asc/asc2g.c
===================================================================
--- brlcad/trunk/src/conv/asc/asc2g.c   2013-08-28 04:27:13 UTC (rev 57207)
+++ brlcad/trunk/src/conv/asc/asc2g.c   2013-08-28 04:30:07 UTC (rev 57208)
@@ -1527,10 +1527,11 @@
 {
     int ret = 0;
     struct bu_vls tmp = BU_VLS_INIT_ZERO;
-    int bcnt = 0;
-    int escapedcr = 0;
 
     if ((ret=bu_vls_gets(line, fp)) >= 0) {
+       int bcnt = 0;
+       int escapedcr = 0;
+
        linecnt++;
        escapedcr = endswith(bu_vls_addr(line),'\\');
        bcnt = bracecnt(bu_vls_addr(line));

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