Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4118 in orxonox.OLD


Ignore:
Timestamp:
May 7, 2005, 10:56:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: small discrepancy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/objModel.cc

    r4117 r4118  
    7474      this->objPath = new char[len +2];
    7575      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);
    7878    }
    7979  this->readFromObjFile (fileName);
Note: See TracChangeset for help on using the changeset viewer.