mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
Add twiddle() so that progress is visible.
This commit is contained in:
parent
0571dcdb05
commit
a5f2942587
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user