Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    rfe63ed3 re3e2059  
    368368
    369369        if (tab['A'] == 0) {
    370                 /* initialize table so nonchars are mapped to themselves */
    371                 for (i = 0; i < sizeof(tab); i++) {
    372                         tab[i] = i;
    373                 }
    374                 /* replace uppercase chars with lowercase chars */
    375370                for (i = 0; nick_lc_chars[i]; i++) {
    376371                        tab[(int) nick_uc_chars[i]] = nick_lc_chars[i];
     372                        tab[(int) nick_lc_chars[i]] = nick_lc_chars[i];
    377373                }
    378374        }
Note: See TracChangeset for help on using the changeset viewer.