Revision: 65505
          http://sourceforge.net/p/brlcad/code/65505
Author:   carlmoore
Date:     2015-06-30 20:53:11 +0000 (Tue, 30 Jun 2015)
Log Message:
-----------
remove redundant line; buflines MUST then get a value from an if-then-else block

Modified Paths:
--------------
    brlcad/trunk/src/util/bwcrop.c

Modified: brlcad/trunk/src/util/bwcrop.c
===================================================================
--- brlcad/trunk/src/util/bwcrop.c      2015-06-30 20:50:36 UTC (rev 65504)
+++ brlcad/trunk/src/util/bwcrop.c      2015-06-30 20:53:11 UTC (rev 65505)
@@ -80,8 +80,6 @@
      */
     if (max > 4096) max = 4096;
 
-    buflines = max;
-
     if (max < scanlen)
        buflines = max;
     else

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


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to