- Timestamp:
- 2015-01-16T19:50:24Z (10 years ago)
- Branches:
- master
- Children:
- 85c3004
- Parents:
- a6cd799
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
ra6cd799 r4f161e3 881 881 struct msn_buddy_data *bd = bu->data; 882 882 struct msn_data *md = bu->ic->proto_data; 883 char handle[strlen(bu->handle) ];883 char handle[strlen(bu->handle) + 1]; 884 884 char *domain; 885 885 char l[4];
Note: See TracChangeset
for help on using the changeset viewer.