mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
fixed string passing
This commit is contained in:
parent
d9b1d197fd
commit
969c85fc45
@ -29,7 +29,7 @@ Tlm_CRC_Stats::Tlm_CRC_Stats()
|
||||
|
||||
void Tlm_CRC_Stats::initialize(std::string dump_crc_stats_filename_)
|
||||
{
|
||||
d_dump_crc_stats_filename = dump_crc_stats_filename_;
|
||||
d_dump_crc_stats_filename = std::move(dump_crc_stats_filename_);
|
||||
|
||||
enable_crc_stats = true;
|
||||
num_crc_ok = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user