Skip to content

Commit

Permalink
Update cpp/src/ffi_go/ir/decoder.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lin Zhihao <[email protected]>
  • Loading branch information
davidlion and LinZhihao-723 authored Apr 25, 2024
1 parent 439f948 commit a439133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/ffi_go/ir/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace {
ffi::eight_byte_encoded_variable_t,
ffi::four_byte_encoded_variable_t>::type;
Decoder* decoder{static_cast<Decoder*>(ir_decoder)};
ffi_go::LogMessage& log_msg = decoder->m_log_message;
auto& log_msg{decoder->m_log_message};
log_msg.reserve(logtype.m_size + dict_vars.m_size);

IRErrorCode err{IRErrorCode_Success};
Expand Down

0 comments on commit a439133

Please sign in to comment.