Changeset cb7c494 in code


Ignore:
Timestamp:
Jan 18, 2015, 8:46:13 PM (10 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
4c2a775
Parents:
0519a87
git-author:
Mike Belopuhov <mike@…> (01/18/15 16:58:04)
git-committer:
Mike Belopuhov <mike@…> (01/18/15 20:46:13)
Message:

use ICB_MAXGRPLEN for the lenght of the group name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    r0519a87 rcb7c494  
    157157                strlcpy(group, defgrp, ICB_MAXGRPLEN);
    158158        else
    159                 icb_vis(group, grp, ICB_MAXNICKLEN, VIS_SP);
     159                icb_vis(group, grp, ICB_MAXGRPLEN, VIS_SP);
    160160        LIST_FOREACH(ig, &groups, entry) {
    161161                if (strcmp(ig->name, group) == 0)
Note: See TracChangeset for help on using the changeset viewer.