mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-04 22:07:44 +00:00
Add Wires-X categories support
This commit is contained in:
parent
23b2ee4a55
commit
2e506ced93
3 changed files with 118 additions and 4 deletions
|
|
@ -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, ' ');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue