summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-04-06 00:03:06 +0200
committerGravatar default2023-04-06 00:03:06 +0200
commit74817a4552e41a34644ec869c6ff7578854fac74 (patch)
tree6a3a1fe895e473376ea1b0cc0472a75d194ca916
parentNew function lastlog_write(). (diff)
downloadsnac2-74817a4552e41a34644ec869c6ff7578854fac74.tar.gz
snac2-74817a4552e41a34644ec869c6ff7578854fac74.tar.xz
snac2-74817a4552e41a34644ec869c6ff7578854fac74.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
-rw-r--r--data.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2818f34..45def7e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
2 2
3## 2.27 3## 2.27
4 4
5Fixed overzealous rejection of some boosts. 5Fixed overzealous rejection of some local boosts.
6 6
7## 2.26 7## 2.26
8 8
diff --git a/data.c b/data.c
index de2f25b..50a484f 100644
--- a/data.c
+++ b/data.c
@@ -1367,7 +1367,7 @@ d_char *history_list(snac *snac)
1367 1367
1368 1368
1369void lastlog_write(snac *snac) 1369void lastlog_write(snac *snac)
1370/* writes the last time and date the user logged in */ 1370/* writes the last time the user logged in */
1371{ 1371{
1372 xs *fn = xs_fmt("%s/lastlog.txt", snac->basedir); 1372 xs *fn = xs_fmt("%s/lastlog.txt", snac->basedir);
1373 FILE *f; 1373 FILE *f;