change atom.xml link to a file (from dir) - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 3b896a837b77b7956e233e4904d9bda11f0837e2 DIR parent c582e516fd9521466f553e16af7cf6185fdb0235 HTML 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: M stagit-gopher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR 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);