mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-07 21:35:36 +00:00
Add twiddle() so that progress is visible.
This commit is contained in:
@ -160,6 +160,7 @@ int tftp ( char *url __unused, struct sockaddr_in *server, char *file,
|
||||
return 0;
|
||||
if ( ! fill_buffer ( buffer, block.data, offset, block.len ) )
|
||||
return 0;
|
||||
twiddle();
|
||||
offset += block.len;
|
||||
request = NULL; /* Send request only once */
|
||||
} while ( ! block.eof );
|
||||
|
Reference in New Issue
Block a user