Procházet zdrojové kódy

* Fix compile error/typo

svn: 3162
Bryan Drewery před 19 roky
rodič
revize
0e872c8ea8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/mod/irc.mod/irc.c

+ 1 - 1
src/mod/irc.mod/irc.c

@@ -271,7 +271,7 @@ static void cache_invite(struct chanset_t *chan, char *nick, char *host, char *h
 static char *
 makecookie(char *chn, char *bnick)
 {
-  char *buf = NULL, randstring[5] = "", ts[11] = "", *chname = NULL, *hash = NULL, tohash[50] = "", nick[NICMAX + 1] = "";
+  char *buf = NULL, randstring[5] = "", ts[11] = "", *chname = NULL, *hash = NULL, tohash[50] = "", nick[NICKMAX + 1] = "";
 
   chname = strdup(chn);