mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-27 07:46:33 +00:00
Improve CopySingle 'progress' indicator.
This commit is contained in:
parent
da01da14eb
commit
2cb7e9f7a0
1 changed files with 3 additions and 2 deletions
|
@ -65,7 +65,8 @@ Bool CopySingle(U8 *f1, U8 *f2) //Just one file
|
||||||
{
|
{
|
||||||
n = COPY_BUF_BLKS;
|
n = COPY_BUF_BLKS;
|
||||||
i = n << BLK_SIZE_BITS;
|
i = n << BLK_SIZE_BITS;
|
||||||
".";
|
if (size)
|
||||||
|
"\n [ %0.2f%% ]", 100 * ToF64(size - j) / size;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue