提交 6a5762d8 编写于 作者: M millb

Fixed bugs

上级 baf1bb4b
......@@ -906,6 +906,7 @@ readTextWithSuffix(T & x, ReadBuffer & buf)
{
assertEOF(buf);
}
break;
}
case 'M':
{
......@@ -923,6 +924,7 @@ readTextWithSuffix(T & x, ReadBuffer & buf)
{
assertEOF(buf);
}
break;
}
case 'G':
{
......@@ -939,6 +941,7 @@ readTextWithSuffix(T & x, ReadBuffer & buf)
{
assertEOF(buf);
}
break;
}
case 'T':
{
......@@ -955,6 +958,11 @@ readTextWithSuffix(T & x, ReadBuffer & buf)
{
assertEOF(buf);
}
break;
}
default:
{
assertEOF(buf);
}
}
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册