Merge pull request #13 from SlrG/master

fix compiler warning for 0.9 patch
This commit is contained in:
Arun
2021-12-26 22:58:19 +05:30
committed by GitHub

View File

@@ -158,7 +158,7 @@ diff -aur coreutils-9.0/src/copy.c coreutils-9.0-patched/src/copy.c
+ {
+ printf ( "\033[K%s\n", s_progress->cProgressField[it] );
+ if ( strlen ( s_progress->cProgressField[it] ) < s_progress->iBarLength )
+ printf ( "" );
+ printf ( "%s", "" );
+ }
+ if ( g_iTotalFiles > 1 )
+ printf ( "\r\033[6A" );