From: Jim Meyering Date: Tue, 25 Jan 2005 12:30:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78931f32346ffa19d0f8fa88456f6b16b7d9720a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ff845c0736..ebbb63626d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2005-01-25 Jim Meyering + * path-concat.c: Don't include assert.h. + (path_concat): Remove assertion that would have triggered + for ABASE starting with more than one slash. + Reported by Andreas Schwab. + * path-concat.c (path_concat): Set *BASE_IN_RESULT properly when ABASE is an absolute file name. Correct the description of this function.