Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- diff-lib.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/diff-lib.c b/diff-lib.c index 1d18442..17b9a56 100644 --- a/diff-lib.c +++ b/diff-lib.c @@ -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; } -- 1.5.0.1.788.g8ca52 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html