mirror of https://github.com/ipxe/ipxe.git
Re-add the "." progress indicator.
parent
03346742c0
commit
c9d35daffe
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue