MinGW: Fix compiler warning in merge-recursive
commit5dae887ff1468189d8c900440e30db97d03d8f12
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 7 May 2009 12:31:17 +0000 (7 14:31 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 7 May 2009 12:31:17 +0000 (7 14:31 +0200)
tree604fa0cd0d6695a4bdd27cee7a8494dadd8d6d2c
parent4f372b5e306c8b0745d8fced630d073d2acb4c74
MinGW: Fix compiler warning in merge-recursive

GCC 4.4.0 on Windows does not like the format %zu.  It is quite unlikely,
though, that we need more merge bases than a %d can display, so replace
the %zu by a %d.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
builtin-merge-recursive.c