Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4116 in orxonox.OLD for orxonox/trunk/src/util


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

orxonox/trunk: test was ok… it is not the resourcemanage….. so what could it be in windows…..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/resource_manager.cc

    r4115 r4116  
    223223      char* fullName = new char[strlen(this->getDataDir())+strlen(fileName)+1];
    224224      sprintf(fullName, "%s%s", this->getDataDir(), fileName);
    225       printf("FULLNAME: %s\n", fullName);
    226225      // Checking for the type of resource \see ResourceType
    227226      switch(type)
Note: See TracChangeset for help on using the changeset viewer.