mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
Enable contest logging of the ARRL Digi Contest.
This commit is contained in:
parent
72f3075836
commit
72990e5cd3
@ -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 ())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user