Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7748


Ignore:
Timestamp:
Dec 8, 2010, 5:45:40 PM (13 years ago)
Author:
smerkli
Message:

whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/WANDiscovery.cc

    r7747 r7748  
    9696      /* fill in data, -1 for the index: index should be length -1 */
    9797      toadd.setServerName( std::string((char*)ev->packet->data +
    98         MSPROTO_SERVERLIST_ITEM_LEN)-1 );
     98        MSPROTO_SERVERLIST_ITEM_LEN-1) );
    9999      toadd.setServerIP( std::string((char*)ev->packet->data +
    100         MSPROTO_SERVERLIST_ITEM_LEN)-1 );
     100        MSPROTO_SERVERLIST_ITEM_LEN-1) );
    101101
    102102      /* add to list */
Note: See TracChangeset for help on using the changeset viewer.