mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Re-enable "Save Decoded" for Q65.
This commit is contained in:
parent
42919156f1
commit
333c4da0b4
@ -806,7 +806,7 @@ contains
|
|||||||
|
|
||||||
select type(this)
|
select type(this)
|
||||||
type is (counting_q65_decoder)
|
type is (counting_q65_decoder)
|
||||||
if(idec.gt.0) this%decoded = this%decoded + 1
|
if(idec.ge.0) this%decoded = this%decoded + 1
|
||||||
end select
|
end select
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user