mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-27 11:52:28 -04:00
from inspection it appears this function was really wanting to call gmtime_r() - Fortran appends a trailing _ to functions it calls, cutil.c has a bunch of shim functions that simply have the trailing _ and call the 'c' equivalent. Added gmtime_r_ -> gmtime_r shim to cutil.c This fixes the mysterious missing gmtime() seen in some compiles of Audio.so I don't see how this get_fname.F90 ever worked to produce the proper filename for the .WAV; I'd like Joe's opinion. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Description
This a mirror of WSJT-X and will be updated every 6 hours. PR will be ignored, head to the SF link. Repo will be updated at 06:00:00 UTC 12:00:00 UTC 18:00:00 UTC 00:00:00 UTC Now fixed.
Languages
C++
52.4%
Fortran
19.5%
Python
18.8%
C
7.6%
CMake
1.3%
Other
0.1%