*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 13 Mar 1999 16:19:18 +0000 (16:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Mar 1999 16:19:18 +0000 (16:19 +0000)
lib/basename.c

index 6038e52aa41f009380da8036e3c2922afc8c1bae..e648b1a7e251bde1faabae3061fcd70f8ae2d021 100644 (file)
@@ -30,8 +30,7 @@
 /* In general, we can't use the builtin `basename' function if available,
    since it has different meanings in different environments.
    In some environments the builtin `basename' modifies its argument.
-   If NAME is all slashes, be sure to return `/'.
-   FIXME: what if NAME is the empty string?  */
+   If NAME is all slashes, be sure to return `/'.  */
 
 char *
 base_name (char const *name)