mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
FIX: that was wrong
This commit is contained in:
@@ -836,7 +836,7 @@ kwsys_stl::string SystemTools::AddSpaceBetweenCapitalizedWords(
|
||||
{
|
||||
n += ' ';
|
||||
}
|
||||
n += s[0];
|
||||
n += s[i];
|
||||
}
|
||||
}
|
||||
return n;
|
||||
|
||||
Reference in New Issue
Block a user