Revision: 56469
http://sourceforge.net/p/brlcad/code/56469
Author: starseeker
Date: 2013-08-02 14:26:33 +0000 (Fri, 02 Aug 2013)
Log Message:
-----------
Thank you repository regression test. Use bu_strcmp instead of strcmp
Modified Paths:
--------------
brlcad/trunk/src/libged/comb.c
Modified: brlcad/trunk/src/libged/comb.c
===================================================================
--- brlcad/trunk/src/libged/comb.c 2013-08-02 14:16:15 UTC (rev 56468)
+++ brlcad/trunk/src/libged/comb.c 2013-08-02 14:26:33 UTC (rev 56469)
@@ -235,7 +235,7 @@
{
struct directory *dp1 = *(struct directory **)d1;
struct directory *dp2 = *(struct directory **)d2;
- return strcmp((const char *)dp2->d_namep, (const char *)dp1->d_namep);
+ return bu_strcmp((const char *)dp2->d_namep, (const char *)dp1->d_namep);
}
/* Define search strings that describe plans for finding:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits