Revision: 42207
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42207&view=rev
Author:   brlcad
Date:     2011-01-13 05:03:17 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
another BU_STR_EQUAL() conversion

Modified Paths:
--------------
    brlcad/trunk/src/adrt/slave/slave.c

Modified: brlcad/trunk/src/adrt/slave/slave.c
===================================================================
--- brlcad/trunk/src/adrt/slave/slave.c 2011-01-13 03:42:25 UTC (rev 42206)
+++ brlcad/trunk/src/adrt/slave/slave.c 2011-01-13 05:03:17 UTC (rev 42207)
@@ -473,7 +473,7 @@
 
                /* set hit flag */
                for (n = 0; n < db.mesh_num; n++) {
-                   if (!strcmp(db.mesh_list[n]->name, name)) {
+                   if (BU_STR_EQUAL(db.mesh_list[n]->name, name)) {
                        db.mesh_list[n]->flags |= MESH_HIT;
                        continue;
                    }


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

Reply via email to