Junio C Hamano <gitster@xxxxxxxxx> a écrit :
Lucien Kong <Lucien.Kong@xxxxxxxxxxxxxxx> writes:
+static char *read_line_from_git_path(const char *filename)
+{
+ struct strbuf buf = STRBUF_INIT;
+ FILE *fp = fopen(git_path(filename), "r");
We currently do not pass any filename with per-cent in it, but that
call should be git_path("%s", filename) for sanity.
Thanks, that should fix our problem (sometimes, a warning message appears
during compilation about this line and we didn't know what to change).
--
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