mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-29 13:34:16 -04:00
Enable contest logging of the ARRL Digi Contest.
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ void LogQSO::accept()
|
||||
}
|
||||
|
||||
// validate
|
||||
if (SpOp::NONE < special_op && special_op < SpOp::FOX)
|
||||
if ((SpOp::NONE < special_op && special_op < SpOp::FOX) || (special_op > SpOp::HOUND))
|
||||
{
|
||||
if (xsent.isEmpty () || xrcvd.isEmpty ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user