mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix
This commit is contained in:
parent
160e5aa91a
commit
b456f657b3
@ -297,7 +297,7 @@ int copy_decompressor(const char *self, int output_fd)
|
||||
return 1;
|
||||
}
|
||||
|
||||
char *buf = reinterpret_cast<char*>(malloc(1ul<<19));
|
||||
char * buf = reinterpret_cast<char *>(malloc(1ul<<19));
|
||||
ssize_t n = 0;
|
||||
do
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user