Changeset 782 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Jan 1, 2008, 2:00:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/Language.cc
r729 r782 245 245 if (lineString.compare("") != 0) 246 246 { 247 unsigned int pos = (unsigned int)lineString.find('=');247 unsigned int pos = lineString.find('='); 248 248 249 249 // Check if the length is at least 3 and if there's an entry before and behind the = … … 288 288 if (lineString.compare("") != 0) 289 289 { 290 unsigned int pos = (unsigned int)lineString.find('=');290 unsigned int pos = lineString.find('='); 291 291 292 292 // 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.