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:
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/1)%10);
|
||||
}
|
||||
#else
|
||||
putchar ( '.' );
|
||||
#endif
|
||||
if (block == 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user