Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 1, 2008, 2:00:08 PM (16 years ago)
Author:
rgrieder
Message:
  • removed warnings on msvc compiler
  • on msvc: loader is now built with orxonox, not as a separate library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/Language.cc

    r729 r782  
    245245            if (lineString.compare("") != 0)
    246246            {
    247                 unsigned int pos = (unsigned int)lineString.find('=');
     247                unsigned int pos = lineString.find('=');
    248248
    249249                // Check if the length is at least 3 and if there's an entry before and behind the =
     
    288288            if (lineString.compare("") != 0)
    289289            {
    290                 unsigned int pos = (unsigned int)lineString.find('=');
     290                unsigned int pos = lineString.find('=');
    291291
    292292                // Check if the length is at least 3 and if there's an entry before and behind the =
Note: See TracChangeset for help on using the changeset viewer.