mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-10 13:29:02 -04:00
Fix missing parameter breaking GCC>=14 on Fedora 40 (patch by Morgan, K4WUT).
(cherry picked from commit 89f4ba363faaef4d9f6d28d536a3fe09b021bab8)
This commit is contained in:
parent
830cd87489
commit
622ce228f2
@ -1,7 +1,7 @@
|
||||
subroutine decode0(dd,ss,savg)
|
||||
|
||||
use timer_module, only: timer
|
||||
parameter (NSMAX=60*96000)
|
||||
parameter (NSMAX=60*96000,NFFT=32768)
|
||||
|
||||
real*4 dd(2,NSMAX),ss(400,NFFT),savg(NFFT)
|
||||
real*8 fcenter
|
||||
|
Loading…
Reference in New Issue
Block a user