FIX: that was wrong

This commit is contained in:
Sebastien Barre 2005-03-16 10:15:13 -05:00
parent db10dc0f1e
commit 74ec81ca3f
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ kwsys_stl::string SystemTools::AddSpaceBetweenCapitalizedWords(
{
n += ' ';
}
n += s[0];
n += s[i];
}
}
return n;