summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-25 12:30:15 +0000
committerJim Meyering <jim@meyering.net>2005-01-25 12:30:15 +0000
commit78931f32346ffa19d0f8fa88456f6b16b7d9720a (patch)
tree332aae985f4748f0caba2eab08cc10adfe8b3406 /lib
parentaabf87bc83233c6858a2b2d2b07902ded2ed33be (diff)
downloadcoreutils-78931f32346ffa19d0f8fa88456f6b16b7d9720a.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ff845c073..ebbb63626 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.