stagit

Personal fork of stagit

git clone git://mccd.space/stagit
commit 7669773c87fa7fe0d54881fa267cc26c7130d544
parent 3c8696bc6eab37bbae166dd343364398cd4f02bd
Author: Marc <marc@coquand.email>
Date:   Tue, 21 Jul 2026 15:41:50 +0200

Build typo

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -526,7 +526,7 @@ writeheader(FILE *fp, const char *title)
 	fputs("<h1>", fp);
 	xmlencode(fp, strippedname, strlen(strippedname));
 	fputs("</h1><p class=\"desc\">", fp);
-	fputs(description, pf);
+	fputs(description, fp);
 	fputs("</p>", fp);
 	if (cloneurl[0]) {
 	  fputs("<kbd class=\"url\">git clone ", fp);