Revision: 50640
http://brlcad.svn.sourceforge.net/brlcad/?rev=50640&view=rev
Author: starseeker
Date: 2012-05-23 15:10:21 +0000 (Wed, 23 May 2012)
Log Message:
-----------
distcheck failure - use of strcmp
Modified Paths:
--------------
brlcad/trunk/src/libbu/test_booleanize.c
Modified: brlcad/trunk/src/libbu/test_booleanize.c
===================================================================
--- brlcad/trunk/src/libbu/test_booleanize.c 2012-05-23 14:22:48 UTC (rev
50639)
+++ brlcad/trunk/src/libbu/test_booleanize.c 2012-05-23 15:10:21 UTC (rev
50640)
@@ -51,7 +51,7 @@
/* empty/'n'/'N' as first character for buf_input string */
if ((buf_len == 0) || (buf_input[0] == 'n') || (buf_input[0] == 'N') ||
- (strcmp(buf_input, "(null)") == 0)) {
+ (bu_strcmp(buf_input, "(null)") == 0)) {
ans = 0;
check = (res == ans);
} else {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits