mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fixed error #1665
This commit is contained in:
parent
d33ac0ea15
commit
230062c63d
@ -952,7 +952,7 @@ static inline const char * tryReadIntText(T & x, const char * pos, const char *
|
|||||||
{
|
{
|
||||||
ReadBufferFromMemory in(pos, end - pos);
|
ReadBufferFromMemory in(pos, end - pos);
|
||||||
tryReadIntText(x, in);
|
tryReadIntText(x, in);
|
||||||
return in.position();
|
return pos + in.count();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user