Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-03-13 09:41:56 -07:00
parent 19df200382
commit cf8984bb9a
47 changed files with 397 additions and 11738 deletions

View File

@@ -358,7 +358,7 @@ static void EnsureNameValid(ON_wString& name)
wchar_t c = name_copy[i];
if (first)
{
if ((c == L' ') ) continue;
if ( c == L' ' ) continue;
if ((c == L'(') || (c == L')')) continue;
if ((c == L'[') || (c == L']')) continue;
if ((c == L'{') || (c == L'}')) continue;