- Timestamp:
- 2015-05-07T23:12:06Z (10 years ago)
- Branches:
- master
- Children:
- 088b070
- Parents:
- 81a15da
- git-author:
- dequis <dx@…> (07-05-15 23:04:47)
- git-committer:
- dequis <dx@…> (07-05-15 23:12:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
r81a15da r5535a47 50 50 51 51 memset(nick, 0, MAX_NICK_LENGTH + 1); 52 str cpy(nick, nick_get(bu));52 strncpy(nick, nick_get(bu), MAX_NICK_LENGTH); 53 53 54 54 bu->ui_data = iu = irc_user_new(irc, nick); … … 723 723 g_free(channel); 724 724 channel = s; 725 } else { 726 g_free(s); 725 727 } 726 728 }
Note: See TracChangeset
for help on using the changeset viewer.