stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit 3b896a837b77b7956e233e4904d9bda11f0837e2
parent c582e516fd9521466f553e16af7cf6185fdb0235
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 23 Jun 2017 12:30:50 +0200

change atom.xml link to a file (from dir)

patch from Quentin Rameau (rebased because I had local changes)

Diffstat:
Mstagit-gopher.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-gopher.c b/stagit-gopher.c @@ -1216,7 +1216,7 @@ main(int argc, char *argv[]) if (head) writelog(fp, head); } - fprintf(fp, "\n[1|Atom feed|%satom.xml|server|port]\n", relpath); + fprintf(fp, "\n[0|Atom feed|%satom.xml|server|port]\n", relpath); writefooter(fp); fclose(fp);