diff --git a/Changelog b/Changelog index 9abac295..68d79101 100644 --- a/Changelog +++ b/Changelog @@ -10,6 +10,7 @@ TBC - 0.22.0 - Fixed ADIF import (issue #196) - Fixed Operator field is incorrectly used (issue #197) - Fixed Crash if an unknown POTA & SOTA/WWFF Setting is entered (issue #198) +- Fixed FLDIGI cannot connect QLog (issue #199) - Fixed if ADIF record is missing band info, add this from freq field (thx DJ5CW) 2023/04/16 - 0.21.0 diff --git a/core/Fldigi.cpp b/core/Fldigi.cpp index 8a2e7764..b46245a9 100644 --- a/core/Fldigi.cpp +++ b/core/Fldigi.cpp @@ -40,6 +40,11 @@ void Fldigi::readClient() { int split = data.indexOf("\r\n\r\n", 0); data.remove(0, split+4); + /* WORKAROUND - FLDIGI has probably an issue. It seems that XML + * that is generated by FLDIGI contains Processing Instruction (clientid) + * without mandatory space */ + data.replace("