зеркало из https://github.com/microsoft/git.git
Fix typo: do not show name1 when name2 fails
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
efdfd6c8d4
Коммит
646b329961
|
@ -43,7 +43,7 @@ static int queue_diff(struct diff_options *o,
|
|||
}
|
||||
if (name2) {
|
||||
if (stat(name2, &st))
|
||||
return error("Could not access '%s'", name1);
|
||||
return error("Could not access '%s'", name2);
|
||||
mode2 = st.st_mode;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче