mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
replaced null with nullptr
This commit is contained in:
parent
f9cebbfa81
commit
986d13df3a
@ -27,9 +27,9 @@ LzmaWriteBuffer::LzmaWriteBuffer(
|
||||
|
||||
|
||||
lzma_filter filters[] = {
|
||||
{.id = LZMA_FILTER_X86, .options = NULL},
|
||||
{.id = LZMA_FILTER_X86, .options = nullptr},
|
||||
{.id = LZMA_FILTER_LZMA2, .options = &opt_lzma2},
|
||||
{.id = LZMA_VLI_UNKNOWN, .options = NULL},
|
||||
{.id = LZMA_VLI_UNKNOWN, .options = nullptr},
|
||||
};
|
||||
lzma_ret ret = lzma_stream_encoder(&lstr, filters, LZMA_CHECK_CRC64);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user