Browse Source
Currently inside show_patch_diff() we have an fstat() call after an ok lstat() call. Since before the call to fstat() we have already tested for the link case with S_ISLNK(), the fstat() can be removed. Signed-off-by: Kjetil Barvik <barvik@broadpark.no> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Kjetil Barvik
16 years ago
committed by
Junio C Hamano
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue