summaryrefslogtreecommitdiff
path: root/var.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-09 01:22:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-09 01:22:44 (GMT)
commit747a322bcc4df5f9a371890ffe728741456704c7 (patch)
treec9bfb0aa55b393d8e6a9db7f9bae1c2d5872805a /var.c
parenta94982ef39e1bb9a6f782b5b6ced22e97d6859b5 (diff)
downloadgit-747a322bcc4df5f9a371890ffe728741456704c7.zip
git-747a322bcc4df5f9a371890ffe728741456704c7.tar.gz
git-747a322bcc4df5f9a371890ffe728741456704c7.tar.bz2
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 'var.c')
0 files changed, 0 insertions, 0 deletions