From c7225ffd120578fefb1d1ead73c1ed84d83de997 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Apr 2020 17:59:43 -0400 Subject: Rename baseAddress to baseMailto --- atom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atom.c') diff --git a/atom.c b/atom.c index 7c0dc5e..5b34867 100644 --- a/atom.c +++ b/atom.c @@ -159,7 +159,7 @@ int atomIndexOpen(FILE *file) { const char *template = TEMPLATE( <[q]xml version="1.0" encoding="utf-8"[q]> - mailto:[addr] + mailto:[mailto] [title] [updated] @@ -167,7 +167,7 @@ int atomIndexOpen(FILE *file) { ); struct Variable vars[] = { { "q", "?" }, - { "addr", baseAddress }, + { "mailto", baseMailto }, { "title", baseTitle }, { "updated", atomUpdated(time(NULL)) }, { "base", baseURL }, -- cgit 1.4.1