1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-07-27 12:24:22 -04:00

version 1.3.9

This commit is contained in:
LX3JL
2016-09-03 21:08:59 +02:00
parent 4be0cb5fa4
commit c0bab2822d
13 changed files with 77 additions and 23 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ bool CCallsign::HasSameCallsign(const CCallsign &Callsign) const
return (::memcmp(m_Callsign, Callsign.m_Callsign, sizeof(m_Callsign)) == 0);
}
bool CCallsign::HasSameCallsignWithWidlcard(const CCallsign &callsign) const
bool CCallsign::HasSameCallsignWithWildcard(const CCallsign &callsign) const
{
bool same = true;
bool done = false;