Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6483 in orxonox.OLD for branches/network/src/lib/lang/base_object.cc


Ignore:
Timestamp:
Jan 11, 2006, 3:35:24 PM (18 years ago)
Author:
rennerc
Message:

base_object.cc: fixed bug with sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/lang/base_object.cc

    r6341 r6483  
    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.