Changeset 4118 in orxonox.OLD
- Timestamp:
- May 7, 2005, 10:56:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/objModel.cc
r4117 r4118 74 74 this->objPath = new char[len +2]; 75 75 strncpy(this->objPath, fileName, len); 76 this->objPath[len +1] = '\0';77 PRINTF( 4)("Resolved file %s to Path %s\n", fileName, this->objPath);76 this->objPath[len] = '\0'; 77 PRINTF(1)("Resolved file %s to Path %s.\n", fileName, this->objPath); 78 78 } 79 79 this->readFromObjFile (fileName);
Note: See TracChangeset
for help on using the changeset viewer.