]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: simplify write_unique
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2010 23:04:31 +0000 (15:04 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Dec 2010 07:43:31 +0000 (23:43 -0800)
commitf2d977aff104415832bcb6487943344d03f51450
tree18a85fe9be09062f4dd72c2838f287daba2016aa
parent6f4279421d857aedb15d0bb801222c90e4645eee
sort: simplify write_unique

* src/sort.c (write_unique): Simplify slightly so that there is
just one call to write_line, not two.
src/sort.c