1
0
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:
Uwe Risse 2023-06-04 19:15:51 +02:00
parent 72f3075836
commit 72990e5cd3

View File

@ -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 ())
{