commit | 829d392a75f536861adfddefc21ec635f3460144 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Tue Feb 24 13:14:38 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 24 13:14:40 2015 +0000 |
tree | a82862290343d1b206bc494d7f3c8c440bab0d2f | |
parent | 9e95c515dc2e7afa91d4a4c5163ffd5b6eae3b31 [diff] | |
parent | 3e700cff53c0fdd4de2a0f89ef7916f05a131351 [diff] |
Merge "Delete unused functions from minzip."
diff --git a/updater/blockimg.c b/updater/blockimg.c index c3319c9..42c12fd 100644 --- a/updater/blockimg.c +++ b/updater/blockimg.c
@@ -61,7 +61,7 @@ RangeSet* out = malloc(sizeof(RangeSet) + num * sizeof(int)); if (out == NULL) { - fprintf(stderr, "failed to allocate range of %lu bytes\n", + fprintf(stderr, "failed to allocate range of %zu bytes\n", sizeof(RangeSet) + num * sizeof(int)); exit(1); }