projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c941e17
)
.
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Nov 1996 05:14:21 +0000
(
05:14
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 Nov 1996 05:14:21 +0000
(
05:14
+0000)
src/sort.c
patch
|
blob
|
history
diff --git
a/src/sort.c
b/src/sort.c
index
ade06f2
..
310bebe
100644
(file)
--- 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);