]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 25 Jan 2005 12:30:15 +0000 (12:30 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Jan 2005 12:30:15 +0000 (12:30 +0000)
lib/ChangeLog

index ff845c073683818ee7e457c77cd9802ccf1437f1..ebbb63626dbac562acefee41beb3481859cc2984 100644 (file)
@@ -1,5 +1,10 @@
 2005-01-25  Jim Meyering  <jim@meyering.net>
 
+       * 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.