From 35a3d9b3fc34b42506cea0fbdabaaa8fae6981a2 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 5 Jan 2016 21:43:26 +0100 Subject: fix relpath for log --- stagit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stagit.c') diff --git a/stagit.c b/stagit.c index 3693efe..b3b644b 100644 --- a/stagit.c +++ b/stagit.c @@ -1022,9 +1022,8 @@ main(int argc, char *argv[]) /* log for HEAD */ mkdir("log", 0755); fp = efopen("log.html", "w"); - relpath = "../"; - writeheader(fp); relpath = ""; + writeheader(fp); writelog(fp, "HEAD"); writefooter(fp); fclose(fp); -- cgit v1.2.3-54-g00ecf ipt>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorFilesLines