mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Improve CopySingle 'progress' indicator.
This commit is contained in:
parent
da01da14eb
commit
2cb7e9f7a0
@ -65,7 +65,8 @@ Bool CopySingle(U8 *f1, U8 *f2) //Just one file
|
||||
{
|
||||
n = COPY_BUF_BLKS;
|
||||
i = n << BLK_SIZE_BITS;
|
||||
".";
|
||||
if (size)
|
||||
"\n [ %0.2f%% ]", 100 * ToF64(size - j) / size;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user