summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorRob Kendrick (fatigue) <rjek@netsurf-browser.org>2014-06-04 12:10:42 +0100
committerRob Kendrick (fatigue) <rjek@netsurf-browser.org>2014-06-04 12:10:42 +0100
commit7b1332c5c51897efa34298e076488136dc1bb5b9 (patch)
treefdc53f70823839dcae122f4054e55a777e047737 /content/fetchers
parentbd804d3fe4566e535468bb8f70c2e62de2f714a2 (diff)
downloadnetsurf-7b1332c5c51897efa34298e076488136dc1bb5b9.tar.gz
netsurf-7b1332c5c51897efa34298e076488136dc1bb5b9.tar.bz2
Include the date in the testament
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index b2aeeb35e..17f220932 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -489,8 +489,8 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx)
slen = snprintf(buffer, sizeof buffer,
- "Built by %s (%s) from %s at revision %s\n\n",
- GECOS, USERNAME, WT_BRANCHPATH, WT_REVID);
+ "Built by %s (%s) from %s at revision %s on %s\n\n",
+ GECOS, USERNAME, WT_BRANCHPATH, WT_REVID, WT_COMPILEDATE);
msg.data.header_or_data.len = slen;
if (fetch_about_send_callback(&msg, ctx))