提交 7ca75180 编写于 作者: Г Георгий Кондратьев 提交者: alexey-milovidov

Fix type name [#DEVTOOLS-3381]

上级 1b17f619
......@@ -139,7 +139,7 @@ static std::vector<String> parseDescription(const String & description, size_t l
add_leading_zeroes = true;
for (size_t id = left; id <= right; ++id)
{
String cur = toString<uint64>(id);
String cur = toString<UInt64>(id);
if (add_leading_zeroes)
{
while (cur.size() < len)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册