From 7bb41e5bc9e2db4b581a2c54bc25bf43875cfc93 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Sat, 5 Mar 2022 13:10:46 +0100 Subject: [PATCH] Fixed compilation issue under Windows; Fixed typo --- core/Wsjtx.cpp | 2 +- i18n/qlog_cs.qm | Bin 60066 -> 60066 bytes i18n/qlog_cs.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Wsjtx.cpp b/core/Wsjtx.cpp index 18605c40..e8a89e97 100644 --- a/core/Wsjtx.cpp +++ b/core/Wsjtx.cpp @@ -68,7 +68,7 @@ void Wsjtx::forwardDatagram(const QNetworkDatagram &datagram) bool isPortOK = false; uint port = addressPort.at(1).toUInt(&isPortOK); - if ( isPortOK and port < 65536 ) + if ( isPortOK && port < 65536 ) { QUdpSocket udpSocket(this); qCDebug(runtime) << "Sending to " << address; diff --git a/i18n/qlog_cs.qm b/i18n/qlog_cs.qm index e9dfb51847108e2510b029fbc9eb4e103908eea5..72744b614b9327065c1cbc6511dcbffd9c3d7666 100644 GIT binary patch delta 18 acmZ2(H8($e+Z=j delta 17 ZcmZ2 Add File - Pridat + Přidat