Fix issue reported by pcm1702

pull/21/head
Pieter Robyns 2016-11-28 10:19:42 +01:00
rodzic 4e2f649aed
commit 9d6ba607f4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -701,7 +701,7 @@ namespace gr {
message_port_register_in(pmt::mp("in"));
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);
}
/*