FIX: that was wrong

This commit is contained in:
Sebastien Barre 2005-03-16 10:15:13 -05:00
parent db10dc0f1e
commit 74ec81ca3f

View File

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