mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Re-add the "." progress indicator.
This commit is contained in:
@@ -337,6 +337,8 @@ int load_block(unsigned char *data, unsigned int block, unsigned int len, int eo
|
|||||||
putchar('0' + (size/10)%10);
|
putchar('0' + (size/10)%10);
|
||||||
putchar('0' + (size/1)%10);
|
putchar('0' + (size/1)%10);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
putchar ( '.' );
|
||||||
#endif
|
#endif
|
||||||
if (block == 1)
|
if (block == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user