Skip to content

Commit 11235a9

Browse files
committed
Push to v1.3.4e32
1 parent ddf6e45 commit 11235a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ModeS/ModeS2.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44

55
const string updateUrl = "http://www.cherryx.de/modes/modes.txt";
6-
const int VERSION_CODE = 902;
7-
const char PLUGIN_VERSION[] = "1.3.3e32";
6+
const int VERSION_CODE = 903;
7+
const char PLUGIN_VERSION[] = "1.3.4e32";
88

99
vector<string> EQUIPEMENT_CODES = { "H", "L", "E", "G", "W", "Q", "S" };
1010
vector<string> ICAO_MODES = { "EB", "EL", "LS", "ET", "ED", "LF", "EH", "LK", "LO", "LIM", "LIR" };
@@ -13,7 +13,7 @@ bool initialLoad { false };
1313

1414
void doInitialLoad(string message)
1515
{
16-
if (regex_match(message, std::regex("^([A-z,]+)[|]([A-z,]+)[|]([0-9]{1,3})$")))
16+
if (regex_match(message, regex("^([A-z,]+)[|]([A-z,]+)[|]([0-9]{1,3})$")))
1717
{
1818
vector<string> data = split(message, '|');
1919
if (data.size() != 3)

lib/WinInet.Lib

-78.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)