Browse Source

Add twiddle() so that progress is visible.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
a5f2942587
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/proto/tftp.c

+ 1
- 0
src/proto/tftp.c View File

@@ -160,6 +160,7 @@ int tftp ( char *url __unused, struct sockaddr_in *server, char *file,
160 160
 			return 0;
161 161
 		if ( ! fill_buffer ( buffer, block.data, offset, block.len ) )
162 162
 			return 0;
163
+		twiddle();
163 164
 		offset += block.len;
164 165
 		request = NULL; /* Send request only once */
165 166
 	} while ( ! block.eof );

Loading…
Cancel
Save