未验证 提交 046717fd 编写于 作者: M Mikhail Korotov 提交者: GitHub

Update ReadHelpers.h

上级 4480ed5b
......@@ -1012,7 +1012,7 @@ inline T parseWithSizeSuffix(const char * data, size_t size)
{
T res;
ReadBufferFromMemory buf(data, size);
readTextWithSuffix(res, buf);
readTextWithSizeSuffix(res, buf);
assertEOF(buf);
return res;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册