]> code.citadel.org Git - citadel.git/commitdiff
* Fixed some incredibly silly typos
authorMichael Hampton <io_error@uncensored.citadel.org>
Tue, 14 May 2002 01:33:18 +0000 (01:33 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Tue, 14 May 2002 01:33:18 +0000 (01:33 +0000)
citadel/ChangeLog
citadel/citadel.c
citadel/rooms.c

index 6dd99ed9d284eaf2eee351f97e701ffb2ec3c8d4..bc89a41959b8e737655b9f5b08d15f47b6f8d377 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 591.24  2002/05/14 01:33:18  error
+ * Fixed some incredibly silly typos
+
  Revision 591.23  2002/05/14 01:27:18  error
  * Minor cosmetic changes, extraneous double spaces etc.
 
@@ -3651,3 +3654,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index eeccb3c61f92ab58eca71cf01499912ffe5e44cf..035677e1f1de14c08cfe9161ff4f0932a2b0abc3 100644 (file)
@@ -332,6 +332,7 @@ void dotgoto(char *towhere, int display_name, int fromungoto)
        char aaa[SIZ], bbb[SIZ], psearch[SIZ];
        static long ls = 0L;
        int newmailcount = 0;
+       static int oldmailcount = (-1);
        int partial_match, best_match;
        char from_floor;
     int ugpos = uglistsize;
index c8b85869779c063898d515f6d14a87dcb4e4915a..964860677fc4af1710ee751983c17ec3c0e29c6c 100644 (file)
@@ -996,6 +996,7 @@ void readinfo(void)
                scr_printf("Room aide is %s.\n\n", raide);
        } else {
                strcpy(raide, "");
+       }
 
        serv_puts("RINF");
        serv_gets(cmd);