Revision: 42164
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42164&view=rev
Author:   brlcad
Date:     2011-01-12 19:15:57 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
just call bu_strcmpm() directly instead of macro. didn't get the preproc syntax 
right anyways.

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2011-01-12 19:13:30 UTC (rev 42163)
+++ brlcad/trunk/include/bu.h   2011-01-12 19:15:57 UTC (rev 42164)
@@ -5091,7 +5091,7 @@
  * to (bu_strcmp(s1, s2) == 0) returning true if the strings match and
  * false if they do not.
  */
-#define BU_STR_EQUAL(s1, s2) (bu_strcmp((s1), (s2)) == 0)
+#define BU_STR_EQUAL(s1, s2) (bu_strcmpm((s1), (s2), BU_FLSTR) == 0)
 
 /** @} */
 


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