From: Jim Meyering Date: Sat, 13 Mar 1999 16:19:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703336d14858b4ccee03b3f956eb3a141277eb1d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/basename.c b/lib/basename.c index 6038e52aa4..e648b1a7e2 100644 --- a/lib/basename.c +++ b/lib/basename.c @@ -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)