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
 			return 0;
160
 			return 0;
161
 		if ( ! fill_buffer ( buffer, block.data, offset, block.len ) )
161
 		if ( ! fill_buffer ( buffer, block.data, offset, block.len ) )
162
 			return 0;
162
 			return 0;
163
+		twiddle();
163
 		offset += block.len;
164
 		offset += block.len;
164
 		request = NULL; /* Send request only once */
165
 		request = NULL; /* Send request only once */
165
 	} while ( ! block.eof );
166
 	} while ( ! block.eof );

Loading…
Cancel
Save