Revision: 75944
          http://sourceforge.net/p/brlcad/code/75944
Author:   starseeker
Date:     2020-05-26 21:49:20 +0000 (Tue, 26 May 2020)
Log Message:
-----------
regress-repository doesn't like the comment

Modified Paths:
--------------
    brlcad/trunk/src/libged/alphanum.h

Modified: brlcad/trunk/src/libged/alphanum.h
===================================================================
--- brlcad/trunk/src/libged/alphanum.h  2020-05-26 21:43:58 UTC (rev 75943)
+++ brlcad/trunk/src/libged/alphanum.h  2020-05-26 21:49:20 UTC (rev 75944)
@@ -44,7 +44,7 @@
 #include <ctype.h>
 
 /**
-  compare l and r with strcmp() semantics, but using
+  compare l and r with C string comparison semantics, but using
   the "Alphanum Algorithm". This function is designed to read
   through the l and r strings only one time, for
   maximum performance. It does not allocate memory for

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to