stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit 3e058da73480dc2e29a84f6219208ffd0e815497 parent 6c3e9c31be6591a1ede5ede4cfd0b44d3a49f701 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 9 Dec 2015 23:56:42 +0100 fix warning + minor style Diffstat:
| M | urmoms.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/urmoms.c b/urmoms.c @@ -533,7 +533,6 @@ writeblob(const char *path) { char htmlpath[PATH_MAX]; char refpath[PATH_MAX]; - char *relp; git_object *obj = NULL; FILE *fp; @@ -557,7 +556,9 @@ writeblob(const char *path) fputs("</pre>\n", fp); writefooter(fp); fclose(fp); + relpath = ""; + return 0; }