Merge branch 'main' of github.com:upa/mscp

This commit is contained in:
Ryo Nakamura
2022-10-30 15:22:17 +09:00
4 changed files with 58 additions and 40 deletions

View File

@@ -425,9 +425,9 @@ static void print_progress_bar(double percent, char *suffix)
struct winsize ws;
char buf[128];
/*
* [=======> ] XX.X% SUFFIX
*/
/*
* [=======> ] XX.X% SUFFIX
*/
buf[0] = '\0';