Changeset 4903 for trunk/licq/src/icqpacket.cpp
- Timestamp:
- 05/04/07 11:42:06 (19 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqpacket.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqpacket.cpp
r4902 r4903 1151 1151 contacts[0] = '\0'; 1152 1152 1153 for (it = users.begin(); it != users.end(); it++) {1153 for (it = users.begin(); it != users.end(); ++it) { 1154 1154 len[0] = strlen(*it); 1155 1155 strcat(contacts, len); … … 1162 1162 1163 1163 buffer->Pack(contacts, strlen(contacts)); 1164 1165 delete [] contacts; 1164 1166 } 1165 1167
