Skip to content

Commit

Permalink
Another update to correct #132
Browse files Browse the repository at this point in the history
  • Loading branch information
douwefokkema committed Apr 18, 2020
1 parent 1e876fe commit 59b5205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/radar_pi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,9 @@ bool radar_pi::MakeRadarSelection() {
}

NetworkAddress null = NetworkAddress(wxT(""));
#define CLEAR_RADAR_INFO CLEAR_STRUCT(m_settings.navico_radar_info[r]);
#define CLEAR_RADAR_INFO \
CLEAR_STRUCT(m_settings.navico_radar_info[r]); \
m_settings.navico_radar_info[r].serialNr = wxT(" ");

m_initialized = false;
SelectDialog dlg(m_parent_window, this);
Expand Down

0 comments on commit 59b5205

Please sign in to comment.