[PATCH] git: fix trivial warning from show_rename_copy()
authorTony Luck <tony.luck@intel.com>
Tue, 12 Jul 2005 18:54:21 +0000 (11:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 12 Jul 2005 20:04:31 +0000 (13:04 -0700)
commite30e814dbfef7a6e89418863e5d7291a2d53b18f
treec7b1d35d3f408151a79faec4f2dff01bd9129541
parent6aa33f4035d547ac2bd629b1cfd9c46262809d73
[PATCH] git: fix trivial warning from show_rename_copy()

apply.c: In function `show_rename_copy':
apply.c:1147: warning: field precision is not type int (arg 3)

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
apply.c