Changeset cb7c494 in code
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
r0519a87
|
rcb7c494
|
|
157 | 157 | strlcpy(group, defgrp, ICB_MAXGRPLEN); |
158 | 158 | else |
159 | | icb_vis(group, grp, ICB_MAXNICKLEN, VIS_SP); |
| 159 | icb_vis(group, grp, ICB_MAXGRPLEN, VIS_SP); |
160 | 160 | LIST_FOREACH(ig, &groups, entry) { |
161 | 161 | if (strcmp(ig->name, group) == 0) |