X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=show-index.c;h=45bb535773fd9c36f73502df9462f7de800009c8;hb=00f39fc9955c22b6a8a2702b88509647e65291ce;hp=7253991fff9f6240ee6413986dfc66cfa3ff184e;hpb=67cdec1e58f1f9bc17d500b04e856042e0b2bf59;p=git.git diff --git a/show-index.c b/show-index.c index 7253991ff..45bb53577 100644 --- a/show-index.c +++ b/show-index.c @@ -68,7 +68,8 @@ int main(int argc, char **argv) ntohl(off64[1]); off64_nr++; } - printf("%" PRIuMAX " %s (%08x)\n", (uintmax_t) offset, + printf("%" PRIuMAX " %s (%08"PRIx32")\n", + (uintmax_t) offset, sha1_to_hex(entries[i].sha1), ntohl(entries[i].crc)); }