Explorar el Código

Add twiddle() so that progress is visible.

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
a5f2942587
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/proto/tftp.c

+ 1
- 0
src/proto/tftp.c Ver fichero

@@ -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…
Cancelar
Guardar