Merge pull request #528 from cjcliffe/feature/build_opts2

Fix flip-flopping config path conflict when using alternate build name.
This commit is contained in:
Charles J. Cliffe 2017-03-22 21:12:34 -04:00 committed by GitHub
commit 8df7feda60
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ bool CubicSDR::OnInit() {
#endif
wxApp::SetAppName("CubicSDR");
wxApp::SetAppName(CUBICSDR_INSTALL_NAME);
#ifdef USE_HAMLIB
t_Rig = nullptr;