diff options
author | default <nobody@localhost> | 2023-04-06 00:03:06 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-06 00:03:06 +0200 |
commit | 74817a4552e41a34644ec869c6ff7578854fac74 (patch) | |
tree | 6a3a1fe895e473376ea1b0cc0472a75d194ca916 /data.c | |
parent | 1fe34ffb4a5b844bd32fd9146173366f09a32351 (diff) |
Updated RELEASE_NOTES.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |