diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-08 18:22:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-08 18:22:44 -0700 |
commit | 747a322bcc4df5f9a371890ffe728741456704c7 (patch) | |
tree | c9bfb0aa55b393d8e6a9db7f9bae1c2d5872805a /builtin-ls-remote.c | |
parent | grep: add support for coloring with external greps (diff) | |
download | tgif-747a322bcc4df5f9a371890ffe728741456704c7.tar.xz |
grep: cast printf %.*s "precision" argument explicitly to int
On some systems, regoff_t that is the type of rm_so/rm_eo members are
wider than int; %.*s precision specifier expects an int, so use an explicit
cast.
A breakage reported on Darwin by Brian Gernhardt should be fixed with
this patch.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-ls-remote.c')
0 files changed, 0 insertions, 0 deletions