1
0
Fork 0

Sync with JSBSim CVS

This commit is contained in:
tony 2002-12-04 15:32:03 +00:00
parent 7df4df0e7f
commit 75e51b0d81

View file

@ -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]) )