]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Fix a bug in how the --output-delimiter=D option works with
authorJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 21:20:41 +0000 (21:20 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 21:20:41 +0000 (21:20 +0000)
commit847e06608563af2302a5d21200943fa3261656cf
tree470c98cfbb82028f3099d575c5793200cb188ebf
parent3ce2931ad25588ddd3b92f5de8d42b3edbfbeec9
Fix a bug in how the --output-delimiter=D option works with
abutting byte or character ranges.  Reported by David Krider in
http://lists.gnu.org/archive/html/bug-coreutils/2004-05/msg00132.html

(print_kth): Remove special case for open-ended range.
(set_fields): Record the range start index for an interval even
when it abuts another interval on its low side.
Also record the range start index of the longest right-open-interval.
src/cut.c