2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 09:31:51 +00:00

Add twiddle() so that progress is visible.

This commit is contained in:
Michael Brown 2005-05-17 13:39:00 +00:00
parent 0571dcdb05
commit a5f2942587

View File

@ -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 );