mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Updated RELEASE_NOTES.
This commit is contained in:
parent
1fe34ffb4a
commit
74817a4552
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 2.27
|
||||
|
||||
Fixed overzealous rejection of some boosts.
|
||||
Fixed overzealous rejection of some local boosts.
|
||||
|
||||
## 2.26
|
||||
|
||||
|
|
2
data.c
2
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;
|
||||
|
|
Loading…
Reference in a new issue