Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2006, 3:29:36 PM (18 years ago)
Author:
rennerc
Message:

removed some features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/handshake.cc

    r7775 r7776  
    103103  }
    104104 
    105   PRINTF(0)("=======================BEGIN=============================");
     105  PRINTF(0)("=======================BEGIN=============================\n");
    106106  for ( std::list<int>::iterator it = id.begin(); it != id.end(); it++ )
    107107  {
     
    123123      PRINTF(0)("version_handler\n");
    124124  }
    125   PRINTF(0)("=========================================================");
     125  PRINTF(0)("=========================================================\n");
    126126}
    127127
Note: See TracChangeset for help on using the changeset viewer.