diff options
Diffstat (limited to 'src/ideviceinstaller.c')
| -rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 6187c97..3762877 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -643,7 +643,7 @@ run_again: | |||
| 643 | total += written; | 643 | total += written; |
| 644 | } | 644 | } |
| 645 | if (total != amount) { | 645 | if (total != amount) { |
| 646 | fprintf(stderr, "Error: wrote only %d of %d\n", total, | 646 | fprintf(stderr, "Error: wrote only %d of %zu\n", total, |
| 647 | amount); | 647 | amount); |
| 648 | afc_file_close(afc, af); | 648 | afc_file_close(afc, af); |
| 649 | fclose(f); | 649 | fclose(f); |
