mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
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:
commit
2735d723cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124288
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user