From b3fa32609de798b55eb8b6aff0310cddeb9c0d19 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 16 Jan 2004 14:16:22 +0000 Subject: [PATCH] Use brewind() where appropriate. --- lib/sorter.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/sorter.h b/lib/sorter.h index 9611e082..c2da8311 100644 --- a/lib/sorter.h +++ b/lib/sorter.h @@ -152,10 +152,7 @@ static struct fastbuf * P(flush_out)(struct fastbuf *out) { if (out) - { - bflush(out); - bsetpos(out, 0); - } + brewind(out); return out; } -- 2.39.2