Add Wires-X categories support

This commit is contained in:
Andy CA6JAU 2018-08-05 18:04:35 -04:00
parent 23b2ee4a55
commit 2e506ced93
3 changed files with 118 additions and 4 deletions

View file

@ -136,7 +136,7 @@ bool CYSFReflectors::load()
refl->m_desc = std::string(p3);
refl->m_address = address;
refl->m_port = (unsigned int)::atoi(p5);
refl->m_count = std::string(p6);;
refl->m_count = std::string(p6);
refl->m_type = YT_YSF;
refl->m_name.resize(16U, ' ');