commit 74817a4552e41a34644ec869c6ff7578854fac74 parent 1fe34ffb4a5b844bd32fd9146173366f09a32351 Author: default <nobody@localhost> Date: Thu, 6 Apr 2023 00:03:06 +0200 Updated RELEASE_NOTES. Diffstat:
M | RELEASE_NOTES.md | | | 2 | +- |
M | data.c | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## 2.27 -Fixed overzealous rejection of some boosts. +Fixed overzealous rejection of some local boosts. ## 2.26 diff --git a/data.c b/data.c @@ -1367,7 +1367,7 @@ d_char *history_list(snac *snac) void lastlog_write(snac *snac) -/* writes the last time and date the user logged in */ +/* writes the last time the user logged in */ { xs *fn = xs_fmt("%s/lastlog.txt", snac->basedir); FILE *f;