Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6498 in orxonox.OLD for trunk/src/lib/lang


Ignore:
Timestamp:
Jan 11, 2006, 9:58:22 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the network branche into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/base_object.cc

    r6341 r6498  
    199199  }
    200200  SYNCHELP_READ_STRINGM( this->objectName );
     201  if ( this->objectName && !strcmp(this->objectName, "") )
     202  {
     203    delete[] this->objectName;
     204    this->objectName = NULL;
     205  }
    201206
    202207  return SYNCHELP_READ_N;
Note: See TracChangeset for help on using the changeset viewer.