Skip to content

Commit

Permalink
Correction for #132
Browse files Browse the repository at this point in the history
Crash in radar selection on Linux
  • Loading branch information
douwefokkema committed Apr 17, 2020
1 parent 29c34c9 commit 1e876fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/navico/NavicoReceive.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class NavicoReceive : public RadarReceive {
public:
NavicoReceive(radar_pi *pi, RadarInfo *ri, NetworkAddress reportAddr, NetworkAddress dataAddr, NetworkAddress sendAddr)
: RadarReceive(pi, ri) {
m_info.serialNr = wxT(" ");
m_info.spoke_data_addr = dataAddr;
m_info.report_addr = reportAddr;
m_info.send_command_addr = sendAddr;
Expand Down

0 comments on commit 1e876fe

Please sign in to comment.