Prechádzať zdrojové kódy

Updated RELEASE_NOTES.

default 3 rokov pred
rodič
commit
74817a4552
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      RELEASE_NOTES.md
  2. 1 1
      data.c

+ 1 - 1
RELEASE_NOTES.md

@@ -2,7 +2,7 @@
 
 
 ## 2.27
 ## 2.27
 
 
-Fixed overzealous rejection of some boosts.
+Fixed overzealous rejection of some local boosts.
 
 
 ## 2.26
 ## 2.26
 
 

+ 1 - 1
data.c

@@ -1367,7 +1367,7 @@ d_char *history_list(snac *snac)
 
 
 
 
 void lastlog_write(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);
     xs *fn = xs_fmt("%s/lastlog.txt", snac->basedir);
     FILE *f;
     FILE *f;