From: Jim Meyering Date: Sat, 2 Nov 1996 05:14:21 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950325ee23f9273b5074b5f60290546059bf93a8;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/sort.c b/src/sort.c index ade06f2f05..310bebef0e 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1252,8 +1252,8 @@ checkfp (FILE *fp) if (prev_line->length + 1 > alloc) { do - { - alloc *= 2; + { + alloc *= 2; } while (alloc < prev_line->length + 1); temp.text = xrealloc (temp.text, alloc);