Changeset 2560 for code/branches/presentation/src/core
- Timestamp:
- Jan 1, 2009, 3:21:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/core/Language.cc
r2485 r2560 232 232 if ((lineString != "") && (lineString.size() > 0)) 233 233 { 234 unsigned int pos = lineString.find('=');234 size_t pos = lineString.find('='); 235 235 236 236 // Check if the length is at least 3 and if there's an entry before and behind the = … … 278 278 if ((lineString != "") && (lineString.size() > 0)) 279 279 { 280 unsigned int pos = lineString.find('=');280 size_t pos = lineString.find('='); 281 281 282 282 // 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.