diff options
| author | 2025-11-26 16:17:42 +0100 | |
|---|---|---|
| committer | 2025-11-26 16:17:42 +0100 | |
| commit | 5173265fb42adf32f20e80730d0830008a2c6889 (patch) | |
| tree | 48bf7d045f1f830e7ba735a9ecb0f33a073ae377 | |
| parent | ca85a1829c275635f7b2854887f6490dcb3c5e40 (diff) | |
| download | libimobiledevice-5173265fb42adf32f20e80730d0830008a2c6889.tar.gz libimobiledevice-5173265fb42adf32f20e80730d0830008a2c6889.tar.bz2 | |
afcclient: Add linebreak to finalize progress of put command
| -rw-r--r-- | tools/afcclient.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/afcclient.c b/tools/afcclient.c index a958c23..8e12b3c 100644 --- a/tools/afcclient.c +++ b/tools/afcclient.c | |||
| @@ -1002,6 +1002,9 @@ static uint8_t put_single_file(afc_client_t afc, const char *srcpath, const char | |||
| 1002 | } | 1002 | } |
| 1003 | } | 1003 | } |
| 1004 | } | 1004 | } |
| 1005 | if (progress) { | ||
| 1006 | printf("\n"); | ||
| 1007 | } | ||
| 1005 | free(buf); | 1008 | free(buf); |
| 1006 | afc_file_close(afc, fh); | 1009 | afc_file_close(afc, fh); |
| 1007 | fclose(f); | 1010 | fclose(f); |
