Sync with JSBSim CVS
This commit is contained in:
parent
7df4df0e7f
commit
75e51b0d81
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ string FGPropertyManager::mkPropertyName(string name, bool lowercase) {
|
|||
|
||||
/* do this two pass to avoid problems with characters getting skipped
|
||||
because the index changed */
|
||||
|
||||
unsigned i;
|
||||
for(i=0;i<name.length();i++) {
|
||||
if( lowercase && isupper(name[i]) )
|
||||
|
|
Loading…
Add table
Reference in a new issue