This commit was generated by cvs2svn to compensate for changes in r124287,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Dag-Erling Smørgrav 2004-01-09 12:57:36 +00:00
commit 2735d723cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124288

View File

@ -200,7 +200,7 @@ refresh_progress_meter(void)
strlcat(buf, " ", win_size);
}
atomicio(vwrite, STDOUT_FILENO, buf, win_size);
atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
last_update = now;
}