Changeset 87dc6ac in code
- Timestamp:
-
Mar 5, 2014, 10:02:32 PM
(11 years ago)
- Author:
- Mike Belopuhov <mike@…>
- Branches:
- master
- Children:
- 23ca6f1
- Parents:
- e54f151
- git-author:
- Mike Belopuhov <mike@…> (03/05/14 21:59:27)
- git-committer:
- Mike Belopuhov <mike@…> (03/05/14 22:02:32)
- Message:
-
Remove an strlcpy leftover
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
re54f151
|
r87dc6ac
|
|
188 | 188 | if (client && strlen(client) > 0) |
189 | 189 | icb_vis(is->client, client, sizeof is->client, VIS_SP); |
190 | | strlcpy(is->nick, nick, sizeof is->nick); |
191 | 190 | is->group = ig; |
192 | 191 | is->login = time(NULL); |