Jens Lehmann <jens.lehm...@web.de> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to