kopia lustrzana https://github.com/rpp0/gr-lora
Fix issue reported by pcm1702
rodzic
4e2f649aed
commit
9d6ba607f4
|
@ -701,7 +701,7 @@ namespace gr {
|
||||||
message_port_register_in(pmt::mp("in"));
|
message_port_register_in(pmt::mp("in"));
|
||||||
set_msg_handler(pmt::mp("in"), boost::bind(&message_file_sink_impl::msg_handler, this, _1));
|
set_msg_handler(pmt::mp("in"), boost::bind(&message_file_sink_impl::msg_handler, this, _1));
|
||||||
|
|
||||||
d_file.open(path, std::ios::out | std::ios::binary);
|
d_file.open(path.c_str(), std::ios::out | std::ios::binary);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue