Correct fscanf formatting string for I64u values
commitfdcdb778551b904d57c127d9a3546f6a7c8792d3
authorWaldek Maleska <w.maleska@gmail.com>
Mon, 26 Oct 2015 13:15:33 +0000 (26 14:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2015 20:24:03 +0000 (26 13:24 -0700)
treeadcc39758e0c2e43d4806a22206c86dd6073fcc1
parent56a1a3ab449df33268776a8b72a301d3ee67ad8d
Correct fscanf formatting string for I64u values

This fix is probably purely cosmetic because PRIuMAX is likely identical
to SCNuMAX. Nevertheless, when using a function of the scanf() family,
the correct interpolation to use is the latter, not the former.

Signed-off-by: Waldek Maleska <w.maleska@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c
git-compat-util.h