mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 05:38:01 -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
|
// 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 ())
|
if (xsent.isEmpty () || xrcvd.isEmpty ())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user