Revision: 48415
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48415&view=rev
Author:   n_reed
Date:     2012-01-11 17:56:19 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
forgot to dereference counter pointer before increment, CID 97

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2012-01-11 17:53:23 UTC 
(rev 48414)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2012-01-11 17:56:19 UTC 
(rev 48415)
@@ -2093,7 +2093,7 @@
     for (BU_LIST_FOR (r, nmgregion, &m->r_hd)) {
        for (BU_LIST_FOR (s, shell, &r->s_hd)) {
            if (s->vu_p) {
-               total_points++;
+               (*total_points)++;
                continue;
            }
            for (BU_LIST_FOR (fu, faceuse, &s->fu_hd)) {

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to