From: Martin Mares Date: Fri, 16 Jan 2004 14:16:22 +0000 (+0000) Subject: Use brewind() where appropriate. X-Git-Tag: holmes-import~1136 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b3fa32609de798b55eb8b6aff0310cddeb9c0d19;p=libucw.git Use brewind() where appropriate. --- 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; }