david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Re-add the "." progress indicator.

This commit is contained in:
Michael Brown 2005-04-17 11:40:24 +00:00
parent 03346742c0
commit c9d35daffe
1 changed files with 2 additions and 0 deletions

View File

@ -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/1)%10);
}
#else
putchar ( '.' );
#endif
if (block == 1)
{