mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-15 17:16:11 +00: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/1)%10);
|
||||
}
|
||||
#else
|
||||
putchar ( '.' );
|
||||
#endif
|
||||
if (block == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user