Changeset 6498 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Jan 11, 2006, 9:58:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/base_object.cc
r6341 r6498 199 199 } 200 200 SYNCHELP_READ_STRINGM( this->objectName ); 201 if ( this->objectName && !strcmp(this->objectName, "") ) 202 { 203 delete[] this->objectName; 204 this->objectName = NULL; 205 } 201 206 202 207 return SYNCHELP_READ_N;
Note: See TracChangeset
for help on using the changeset viewer.