Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6994 in orxonox.OLD for trunk/src/lib/network/network_socket.cc


Ignore:
Timestamp:
Feb 2, 2006, 11:57:54 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the Network branche back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/network_socket.cc

    r6959 r6994  
    444444  if (blen>maxLength)
    445445  {
    446     PRINTF(1)("Buffersize is too small (%d) for packet (%d)\n", maxLength, blen);
     446    PRINTF(1)("Buffersize is too small (%d) for packet (%d).\n", maxLength, blen);
    447447    assert(false);
    448448    return 0;
Note: See TracChangeset for help on using the changeset viewer.