Revision: 45855
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45855&view=rev
Author:   starseeker
Date:     2011-08-09 21:09:50 +0000 (Tue, 09 Aug 2011)

Log Message:
-----------
Fix comments

Modified Paths:
--------------
    brlcad/trunk/src/libbu/basename.c

Modified: brlcad/trunk/src/libbu/basename.c
===================================================================
--- brlcad/trunk/src/libbu/basename.c   2011-08-09 21:08:02 UTC (rev 45854)
+++ brlcad/trunk/src/libbu/basename.c   2011-08-09 21:09:50 UTC (rev 45855)
@@ -36,14 +36,14 @@
        return base_str;
     }
 
-    /* Skip leading '/'s */
+    /* Skip leading separators */
     while (*p != '\0')
        if (*p++ == BU_DIR_SEPARATOR && *p != BU_DIR_SEPARATOR && *p != '\0')
            str = p;
 
     len = strlen(str);
     
-    /* Remove trailing '/'s */
+    /* Remove trailing separators */
     while (len > 1 && str[len - 1] == BU_DIR_SEPARATOR)
        len--;
     


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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to