- Timestamp:
- Dec 8, 2010, 5:45:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/network/WANDiscovery.cc
r7747 r7748 96 96 /* fill in data, -1 for the index: index should be length -1 */ 97 97 toadd.setServerName( std::string((char*)ev->packet->data + 98 MSPROTO_SERVERLIST_ITEM_LEN )-1);98 MSPROTO_SERVERLIST_ITEM_LEN-1) ); 99 99 toadd.setServerIP( std::string((char*)ev->packet->data + 100 MSPROTO_SERVERLIST_ITEM_LEN )-1);100 MSPROTO_SERVERLIST_ITEM_LEN-1) ); 101 101 102 102 /* add to list */
Note: See TracChangeset
for help on using the changeset viewer.