Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > diff --git a/diff.c b/diff.c > index 62cbe14..95706a5 100644 > --- a/diff.c > +++ b/diff.c > @@ -1397,7 +1397,7 @@ int print_stat_summary(FILE *fp, int files, int insertions, int deletions) > > if (!files) { > assert(insertions == 0 && deletions == 0); > - return fputs(_(" 0 files changed\n"), fp); > + return fprintf(fp, "%s\n", _(" 0 files changed")); > } Good. -- 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