Merge commit '272ffe2ea22eecb8f7cd6662efc1cadbe5593feb' into dotnet7

This commit is contained in:
Wojtek Figat
2023-02-27 23:17:04 +01:00
63 changed files with 850 additions and 525 deletions

View File

@@ -537,8 +537,7 @@ String StringUtils::GetZZString(const Char* str)
if (*end == '\0')
end++;
}
const int len = end - str;
return String(str, len);
return String(str, (int32)(end - str));
}
#undef STRING_UTILS_ITOSTR_BUFFER_SIZE