Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_nick.c

    r1fc2958 r2c7df62  
    66#include "irc.h"
    77#include "set.h"
    8 #include "util.h"
     8#include "misc.h"
    99
    1010START_TEST(test_nick_strip)
     
    2323
    2424        for (i = 0; get[i]; i++) {
    25                 char copy[30];
     25                char copy[60];
    2626                strcpy(copy, get[i]);
    2727                nick_strip(copy);
Note: See TracChangeset for help on using the changeset viewer.