Jens Lehmann <[email protected]> writes:
> diff --git a/submodule.c b/submodule.c
> index 975bc87..eba9b42 100644
> --- a/submodule.c
> +++ b/submodule.c
> @@ -1001,3 +1001,67 @@ int merge_submodule(unsigned char result[20], const
> char *path,
> ...
> + if (!fp)
> + die(_("Could not create git link %s"), gitfile_name.buf);
> + fprintf(fp, gitfile_content.buf);
Perhaps.
fprintf(fp, "%s", gitfile_content.buf);
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html