2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

Re-add the "." progress indicator.

This commit is contained in:
Michael Brown 2005-04-17 11:40:24 +00:00
parent 03346742c0
commit c9d35daffe

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)
{