aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stagit.c3
1 files changed, 1 insertions, 2 deletions
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);