summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-11-26 16:17:42 +0100
committerGravatar Nikias Bassen2025-11-26 16:17:42 +0100
commit5173265fb42adf32f20e80730d0830008a2c6889 (patch)
tree48bf7d045f1f830e7ba735a9ecb0f33a073ae377 /tools
parentca85a1829c275635f7b2854887f6490dcb3c5e40 (diff)
downloadlibimobiledevice-5173265fb42adf32f20e80730d0830008a2c6889.tar.gz
libimobiledevice-5173265fb42adf32f20e80730d0830008a2c6889.tar.bz2
afcclient: Add linebreak to finalize progress of put command
Diffstat (limited to 'tools')
-rw-r--r--tools/afcclient.c3
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
}
}
}
+ if (progress) {
+ printf("\n");
+ }
free(buf);
afc_file_close(afc, fh);
fclose(f);