diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-25 12:30:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-25 12:30:15 +0000 |
commit | 78931f32346ffa19d0f8fa88456f6b16b7d9720a (patch) | |
tree | 332aae985f4748f0caba2eab08cc10adfe8b3406 | |
parent | aabf87bc83233c6858a2b2d2b07902ded2ed33be (diff) | |
download | coreutils-78931f32346ffa19d0f8fa88456f6b16b7d9720a.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 5 |
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. |