Merge pull request #170 from narspt/patch-3
Tag XLX reflectors as Wires-X capable, allowing passthrough
This commit is contained in:
commit
f8121777cc
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ bool CYSFReflectors::load()
|
|||
refl->m_port = (unsigned int)::atoi(p5);
|
||||
refl->m_count = std::string(p6);
|
||||
refl->m_type = YT_YSF;
|
||||
refl->m_wiresX = false;
|
||||
refl->m_wiresX = (refl->m_name.compare(0, 3, "XLX") == 0);
|
||||
|
||||
refl->m_name.resize(16U, ' ');
|
||||
refl->m_desc.resize(14U, ' ');
|
||||
|
|
Loading…
Reference in a new issue