Merge remote-tracking branch 'origin/master' into dotnet7

This commit is contained in:
Wojtek Figat
2023-02-19 15:04:02 +01:00
57 changed files with 784 additions and 513 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