Working on the occasional crashes (threading bug?) and on larger DT

for use on the EME path.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2747 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-11-18 14:02:50 +00:00
parent 16f6428e68
commit 793053e9aa
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ void getfile(QString fname, int ntrperiod)
if(fp != NULL) {
// Read (and ignore) a 44-byte WAV header; then read data
fread(jt9com_.d2,1,44,fp);
// fread(jt9com_.d2,2,30000,fp);
fread(jt9com_.d2,2,npts,fp);
fclose(fp);
jt9com_.newdat=1;